Home
last modified time | relevance | path

Searched defs:FindEnumTypeByName (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/
H A Ddescriptor_pool.py519 def FindEnumTypeByName(self, full_name): member in DescriptorPool
/aosp_15_r20/external/protobuf/python/google/protobuf/
H A Ddescriptor_pool.py519 def FindEnumTypeByName(self, full_name): member in DescriptorPool
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_pool.cc324 PyObject* FindEnumTypeByName(PyDescriptorPool* self, PyObject* arg) { in FindEnumTypeByName() function
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_pool.cc324 PyObject* FindEnumTypeByName(PyDescriptorPool* self, PyObject* arg) { in FindEnumTypeByName() function
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc2069 const EnumDescriptor* DescriptorPool::FindEnumTypeByName( in FindEnumTypeByName() function in google::protobuf::DescriptorPool
2275 const EnumDescriptor* Descriptor::FindEnumTypeByName( in FindEnumTypeByName() function in google::protobuf::Descriptor
2321 const EnumDescriptor* FileDescriptor::FindEnumTypeByName( in FindEnumTypeByName() function in google::protobuf::FileDescriptor
H A Ddescriptor_unittest.cc429 TEST_F(FileDescriptorTest, FindEnumTypeByName) { in TEST_F() argument
1886 TEST_F(NestedDescriptorTest, FindEnumTypeByName) { in TEST_F() argument
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc2063 const EnumDescriptor* DescriptorPool::FindEnumTypeByName( in FindEnumTypeByName() function in google::protobuf::DescriptorPool
2269 const EnumDescriptor* Descriptor::FindEnumTypeByName( in FindEnumTypeByName() function in google::protobuf::Descriptor
2315 const EnumDescriptor* FileDescriptor::FindEnumTypeByName( in FindEnumTypeByName() function in google::protobuf::FileDescriptor
H A Ddescriptor_unittest.cc429 TEST_F(FileDescriptorTest, FindEnumTypeByName) { in TEST_F() argument
1886 TEST_F(NestedDescriptorTest, FindEnumTypeByName) { in TEST_F() argument