HomeSort by relevance Sort by last modified time
    Searched defs:FindFieldByName (Results 1 - 2 of 2) sorted by null

  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 173 PyObject* FindFieldByName(CDescriptorPool* self, PyObject* name) {
181 field_descriptor = self->pool->FindFieldByName(full_field_name);
210 { C("FindFieldByName"),
211 (PyCFunction)FindFieldByName,
  /external/protobuf/src/google/protobuf/
descriptor.cc 501 // contents of a single file -- e.g. Descriptor::FindFieldByName() --
    [all...]

Completed in 418 milliseconds