Searched defs:GetCppType (Results 1 - 2 of 2) sorted by relevance

/external/perfetto/tools/proto_to_cpp/
H A Dproto_to_cpp.cc121 static std::string GetCppType(const FieldDescriptor* field, bool constref);
164 std::string ProtoToCpp::GetCppType(const FieldDescriptor* field, function in class:ProtoToCpp
325 GetCppType(field, true), "n", field->lowercase_name());
328 GetCppType(field, false), "n", field->lowercase_name());
331 GetCppType(field, true), "n", field->lowercase_name());
342 "t", GetCppType(field, false), "n", field->lowercase_name());
344 GetCppType(field, false), "n", field->lowercase_name());
346 "t", GetCppType(field, false), "n", field->lowercase_name());
357 p->Print("$t$ $n$_ = {};\n", "t", GetCppType(field, false), "n",
360 p->Print("std::vector<$t$> $n$_;\n", "t", GetCppType(fiel
[all...]
/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc701 static PyObject* GetCppType(PyBaseDescriptor *self, void *closure) { function in namespace:google::protobuf::python::field_descriptor
887 { "cpp_type", (getter)GetCppType, NULL, "C++ Type"},

Completed in 223 milliseconds