Home
last modified time | relevance | path

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

/external/perfetto/tools/proto_to_cpp/
Dproto_to_cpp.cc121 static std::string GetCppType(const FieldDescriptor* field, bool constref);
165 bool constref) { in GetCppType() argument
189 return constref ? "const std::string&" : "std::string"; in GetCppType()
191 return constref ? "const " + field->message_type()->name() + "&" in GetCppType()