Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/
Ddescriptor_pool.py514 def FindEnumTypeByName(self, full_name): member in DescriptorPool
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc318 PyObject* FindEnumTypeByName(PyDescriptorPool* self, PyObject* arg) { in FindEnumTypeByName() function
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc1455 const EnumDescriptor* DescriptorPool::FindEnumTypeByName( in FindEnumTypeByName() function in google::protobuf::DescriptorPool
1687 const EnumDescriptor* Descriptor::FindEnumTypeByName( in FindEnumTypeByName() function in google::protobuf::Descriptor
1762 const EnumDescriptor* FileDescriptor::FindEnumTypeByName( in FindEnumTypeByName() function in google::protobuf::FileDescriptor
Ddescriptor_unittest.cc425 TEST_F(FileDescriptorTest, FindEnumTypeByName) { in TEST_F() argument
1813 TEST_F(NestedDescriptorTest, FindEnumTypeByName) { in TEST_F() argument