Searched refs:full_type (Results 1 - 2 of 2) sorted by relevance

/external/perfetto/tools/proto_to_cpp/
H A Dproto_to_cpp.cc87 std::string full_type; local
88 full_type.append(msg->name());
91 full_type.insert(0, par->name() + "_");
96 full_type.insert(0, *it + "::");
99 return full_type;
/external/flatbuffers/src/
H A Didl_gen_cpp.cpp1276 auto full_type = (cpp_type ? cpp_type->constant + " *" : type + " "); local
1277 code_.SetValue("FIELD_TYPE", full_type);

Completed in 404 milliseconds