Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_map_field.cc79 ToUpper(DeclaredTypeMethodName(key->type())); in SetMessageVariables()
82 ToUpper(DeclaredTypeMethodName(val->type())); in SetMessageVariables()
Dcpp_field.cc68 (*variables)["declared_type"] = DeclaredTypeMethodName(descriptor->type()); in SetCommonFieldVariables()
Dcpp_helpers.h133 const char* DeclaredTypeMethodName(FieldDescriptor::Type type);
Dcpp_helpers.cc311 const char* DeclaredTypeMethodName(FieldDescriptor::Type type) { in DeclaredTypeMethodName() function
Dcpp_message.cc359 ToUpper(DeclaredTypeMethodName(key->type())); in CollectMapInfo()
362 ToUpper(DeclaredTypeMethodName(val->type())); in CollectMapInfo()