Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_field.cc63 (*variables)["declared_type"] = DeclaredTypeMethodName(descriptor->type()); in SetCommonFieldVariables()
Dcpp_helpers.h104 const char* DeclaredTypeMethodName(FieldDescriptor::Type type);
Dcpp_helpers.cc229 const char* DeclaredTypeMethodName(FieldDescriptor::Type type) { in DeclaredTypeMethodName() function