Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/
Ddescriptor_pool.py258 def FindEnumTypeByName(self, full_name): member in DescriptorPool
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc274 PyObject* FindEnumTypeByName(PyDescriptorPool* self, PyObject* arg) { in FindEnumTypeByName() function
/external/protobuf/src/google/protobuf/
Ddescriptor.cc1244 const EnumDescriptor* DescriptorPool::FindEnumTypeByName( in FindEnumTypeByName() function in google::protobuf::DescriptorPool
1423 Descriptor::FindEnumTypeByName(const string& key) const { in FindEnumTypeByName() function in google::protobuf::Descriptor
1487 FileDescriptor::FindEnumTypeByName(const string& key) const { in FindEnumTypeByName() function in google::protobuf::FileDescriptor
Ddescriptor_unittest.cc366 TEST_F(FileDescriptorTest, FindEnumTypeByName) { in TEST_F() argument
1674 TEST_F(NestedDescriptorTest, FindEnumTypeByName) { in TEST_F() argument