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

/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc173 PyObject* FindFieldByName(CDescriptorPool* self, PyObject* name) { function in namespace:google::protobuf::python::cdescriptor_pool
181 field_descriptor = self->pool->FindFieldByName(full_field_name);
210 { C("FindFieldByName"),
211 (PyCFunction)FindFieldByName,
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc501 // contents of a single file -- e.g. Descriptor::FindFieldByName() --
1070 const FieldDescriptor* DescriptorPool::FindFieldByName( function in class:google::protobuf::DescriptorPool
1211 Descriptor::FindFieldByName(const string& key) const { function in class:google::protobuf::Descriptor
4690 options->GetDescriptor()->FindFieldByName("uninterpreted_option");
4698 FindFieldByName("uninterpreted_option");
4807 field = descriptor->FindFieldByName(name_part);
4929 options->GetDescriptor()->FindFieldByName("uninterpreted_option");

Completed in 351 milliseconds