Searched defs:FindExtensionByName (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc192 PyObject* FindExtensionByName(CDescriptorPool* self, PyObject* arg) { function in namespace:google::protobuf::python::cdescriptor_pool
199 self->pool->FindExtensionByName(full_field_name);
214 { C("FindExtensionByName"),
215 (PyCFunction)FindExtensionByName,
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc1081 const FieldDescriptor* DescriptorPool::FindExtensionByName( function in class:google::protobuf::DescriptorPool
1233 Descriptor::FindExtensionByName(const string& key) const { function in class:google::protobuf::Descriptor
1367 FileDescriptor::FindExtensionByName(const string& key) const { function in class:google::protobuf::FileDescriptor
4792 // DescriptorPool::FindExtensionByName(), for two reasons: 1) It allows

Completed in 105 milliseconds