Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message_field.cc51 (*variables)["type"] = FieldMessageTypeName(descriptor); in SetMessageVariables()
72 (*variables)["dependent_type"] = FieldMessageTypeName(descriptor); in SetMessageVariables()
73 (*variables)["dependent_typename"] = FieldMessageTypeName(descriptor); in SetMessageVariables()
Dcpp_map_field.cc51 (*variables)["type"] = FieldMessageTypeName(descriptor); in SetMessageVariables()
66 (*variables)["val_cpp"] = FieldMessageTypeName(val); in SetMessageVariables()
Dcpp_helpers.cc276 string FieldMessageTypeName(const FieldDescriptor* field) { in FieldMessageTypeName() function
418 return FieldMessageTypeName(field) + "::default_instance()"; in DefaultValue()
Dcpp_helpers.h119 string FieldMessageTypeName(const FieldDescriptor* field);
Dcpp_message.cc349 (*variables)["val"] = FieldMessageTypeName(val); in CollectMapInfo()
512 "field_type", FieldMessageTypeName(field), in GenerateFieldAccessorDeclarations()
2219 "name", name, "type", FieldMessageTypeName(field)); in GenerateStructors()