Home
last modified time | relevance | path

Searched refs:ts_type (Results 1 – 1 of 1) sorted by relevance

/thrift-3.4.0/compiler/cpp/src/thrift/generate/
Dt_js_generator.cc2728 std::string ts_type; in ts_get_type() local
2736 ts_type = type->is_binary() ? "Buffer" : "string"; in ts_get_type()
2739 ts_type = "boolean"; in ts_get_type()
2742 ts_type = "any"; in ts_get_type()
2747 ts_type = "number"; in ts_get_type()
2750 ts_type = "Int64"; in ts_get_type()
2753 ts_type = "void"; in ts_get_type()
2777 ts_type = type_name; in ts_get_type()
2787 ts_type = ts_get_type(etype) + "[]"; in ts_get_type()
2794 ts_type = "{ [k: " + ktype + "]: " + vtype + "; }"; in ts_get_type()
[all …]