Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumber.pb.h82 inline const std::string& PhoneNumber_CountryCodeSource_Name(T enum_t_value) { in PhoneNumber_CountryCodeSource_Name() argument
86 …return PhoneNumber_CountryCodeSource_Name(static_cast<PhoneNumber_CountryCodeSource>(enum_t_value)… in PhoneNumber_CountryCodeSource_Name()
215 static inline const std::string& CountryCodeSource_Name(T enum_t_value) { in CountryCodeSource_Name() argument
219 return PhoneNumber_CountryCodeSource_Name(enum_t_value); in CountryCodeSource_Name()
/third_party/protobuf/src/google/protobuf/
Dtype.pb.h116 inline const std::string& Field_Kind_Name(T enum_t_value) { in Field_Kind_Name() argument
121 Field_Kind_descriptor(), enum_t_value); in Field_Kind_Name()
143 inline const std::string& Field_Cardinality_Name(T enum_t_value) { in Field_Cardinality_Name() argument
148 Field_Cardinality_descriptor(), enum_t_value); in Field_Cardinality_Name()
168 inline const std::string& Syntax_Name(T enum_t_value) { in Syntax_Name() argument
173 Syntax_descriptor(), enum_t_value); in Syntax_Name()
586 static inline const std::string& Kind_Name(T enum_t_value) { in Kind_Name() argument
590 return Field_Kind_Name(enum_t_value); in Kind_Name()
620 static inline const std::string& Cardinality_Name(T enum_t_value) { in Cardinality_Name() argument
624 return Field_Cardinality_Name(enum_t_value); in Cardinality_Name()
Ddescriptor.pb.h199 inline const std::string& FieldDescriptorProto_Type_Name(T enum_t_value) { in FieldDescriptorProto_Type_Name() argument
204 FieldDescriptorProto_Type_descriptor(), enum_t_value); in FieldDescriptorProto_Type_Name()
223 inline const std::string& FieldDescriptorProto_Label_Name(T enum_t_value) { in FieldDescriptorProto_Label_Name() argument
228 FieldDescriptorProto_Label_descriptor(), enum_t_value); in FieldDescriptorProto_Label_Name()
247 inline const std::string& FileOptions_OptimizeMode_Name(T enum_t_value) { in FileOptions_OptimizeMode_Name() argument
252 FileOptions_OptimizeMode_descriptor(), enum_t_value); in FileOptions_OptimizeMode_Name()
271 inline const std::string& FieldOptions_CType_Name(T enum_t_value) { in FieldOptions_CType_Name() argument
276 FieldOptions_CType_descriptor(), enum_t_value); in FieldOptions_CType_Name()
295 inline const std::string& FieldOptions_JSType_Name(T enum_t_value) { in FieldOptions_JSType_Name() argument
300 FieldOptions_JSType_descriptor(), enum_t_value); in FieldOptions_JSType_Name()
[all …]
Dstruct.pb.h95 inline const std::string& NullValue_Name(T enum_t_value) { in NullValue_Name() argument
100 NullValue_descriptor(), enum_t_value); in NullValue_Name()
/third_party/protobuf/src/google/protobuf/compiler/
Dplugin.pb.h101 inline const std::string& CodeGeneratorResponse_Feature_Name(T enum_t_value) { in CodeGeneratorResponse_Feature_Name() argument
106 CodeGeneratorResponse_Feature_descriptor(), enum_t_value); in CodeGeneratorResponse_Feature_Name()
876 static inline const std::string& Feature_Name(T enum_t_value) { in Feature_Name() argument
880 return CodeGeneratorResponse_Feature_Name(enum_t_value); in Feature_Name()