Searched refs:ConstStringParam (Results 1 – 14 of 14) sorted by relevance
/third_party/protobuf/src/google/protobuf/ |
D | descriptor.h | 324 const FieldDescriptor* FindFieldByName(ConstStringParam name) const; 330 ConstStringParam lowercase_name) const; 337 ConstStringParam camelcase_name) const; 350 const OneofDescriptor* FindOneofByName(ConstStringParam name) const; 362 const Descriptor* FindNestedTypeByName(ConstStringParam name) const; 374 const EnumDescriptor* FindEnumTypeByName(ConstStringParam name) const; 378 const EnumValueDescriptor* FindEnumValueByName(ConstStringParam name) const; 442 const FieldDescriptor* FindExtensionByName(ConstStringParam name) const; 447 ConstStringParam name) const; 452 ConstStringParam name) const; [all …]
|
D | generated_enum_reflection.h | 75 ConstStringParam name, int* value); 78 bool ParseNamedEnum(const EnumDescriptor* descriptor, ConstStringParam name, in ParseNamedEnum()
|
D | descriptor.cc | 1296 void DescriptorPool::AddUnusedImportTrackFile(ConstStringParam file_name, in AddUnusedImportTrackFile() 1305 bool DescriptorPool::InternalIsFileLoaded(ConstStringParam filename) const { in InternalIsFileLoaded() 1382 ConstStringParam name) const { in FindFileByName() 1402 ConstStringParam symbol_name) const { in FindFileContainingSymbol() 1423 ConstStringParam name) const { in FindMessageTypeByName() 1429 ConstStringParam name) const { in FindFieldByName() 1440 ConstStringParam name) const { in FindExtensionByName() 1450 ConstStringParam name) const { in FindOneofByName() 1456 ConstStringParam name) const { in FindEnumTypeByName() 1462 ConstStringParam name) const { in FindEnumValueByName() [all …]
|
D | type.pb.h | 124 ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Field_Kind* value) { in Field_Kind_Parse() 151 ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Field_Cardinality* value) { in Field_Cardinality_Parse() 176 ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Syntax* value) { in Syntax_Parse() 592 static inline bool Kind_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, in Kind_Parse() 626 static inline bool Cardinality_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, in Cardinality_Parse()
|
D | map_type_handler.h | 243 static inline size_t SpaceUsedInMapLong(ConstStringParam value); \ 646 ConstStringParam value) { \
|
D | descriptor.pb.h | 207 ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, FieldDescriptorProto_Type* value) { in FieldDescriptorProto_Type_Parse() 231 ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, FieldDescriptorProto_Label* value) { in FieldDescriptorProto_Label_Parse() 255 ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, FileOptions_OptimizeMode* value) { in FileOptions_OptimizeMode_Parse() 279 ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, FieldOptions_CType* value) { in FieldOptions_CType_Parse() 303 ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, FieldOptions_JSType* value) { in FieldOptions_JSType_Parse() 327 ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, MethodOptions_IdempotencyLevel* value) { in MethodOptions_IdempotencyLevel_Parse() 1903 static inline bool Type_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, in Type_Parse() 1935 static inline bool Label_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, in Label_Parse() 3527 static inline bool OptimizeMode_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, in OptimizeMode_Parse() 4303 static inline bool CType_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, in CType_Parse() [all …]
|
D | struct.pb.h | 103 ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, NullValue* value) { in NullValue_Parse()
|
D | generated_message_reflection.cc | 85 bool ParseNamedEnum(const EnumDescriptor* descriptor, ConstStringParam name, in ParseNamedEnum()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | descriptor_containers.cc | 84 ConstStringParam name); 86 ConstStringParam name); 965 static const void* GetByName(PyContainer* self, ConstStringParam name) { in GetByName() 970 ConstStringParam name) { in GetByCamelcaseName() 1043 static const void* GetByName(PyContainer* self, ConstStringParam name) { in GetByName() 1095 static const void* GetByName(PyContainer* self, ConstStringParam name) { in GetByName() 1158 static const void* GetByName(PyContainer* self, ConstStringParam name) { in GetByName() 1218 static const void* GetByName(PyContainer* self, ConstStringParam name) { in GetByName() 1270 static const void* GetByName(PyContainer* self, ConstStringParam name) { in GetByName() 1336 static const void* GetByName(PyContainer* self, ConstStringParam name) { in GetByName() [all …]
|
D | message.cc | 1402 ConstStringParam field_name, in FindFieldWithOneofs()
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | phonenumber.pb.h | 89 ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, PhoneNumber_CountryCodeSource* value); 221 static inline bool CountryCodeSource_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, in CountryCodeSource_Parse()
|
D | phonenumber.pb.cc | 92 ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, PhoneNumber_CountryCodeSource* value) { in PhoneNumber_CountryCodeSource_Parse()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | port.h | 120 using ConstStringParam = const std::string &; variable
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | plugin.pb.h | 109 ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, CodeGeneratorResponse_Feature* value) { in CodeGeneratorResponse_Feature_Parse() 882 static inline bool Feature_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, in Feature_Parse()
|