Searched defs:FindEnumTypeByName (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Ddescriptor_pool.py155 def FindEnumTypeByName(self, full_name): member in class:DescriptorPool
493 enum_desc = self.FindEnumTypeByName(enum_name)
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc1022 const EnumDescriptor* DescriptorPool::FindEnumTypeByName( function in class:google::protobuf::DescriptorPool
1185 Descriptor::FindEnumTypeByName(const string& key) const { function in class:google::protobuf::Descriptor
1244 FileDescriptor::FindEnumTypeByName(const string& key) const { function in class:google::protobuf::FileDescriptor
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc930 const EnumDescriptor* DescriptorPool::FindEnumTypeByName( function in class:google::protobuf::DescriptorPool
1094 Descriptor::FindEnumTypeByName(const string& key) const { function in class:google::protobuf::Descriptor
1153 FileDescriptor::FindEnumTypeByName(const string& key) const { function in class:google::protobuf::FileDescriptor

Completed in 2086 milliseconds