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

  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 192 PyObject* FindExtensionByName(CDescriptorPool* self, PyObject* arg) {
199 self->pool->FindExtensionByName(full_field_name);
214 { C("FindExtensionByName"),
215 (PyCFunction)FindExtensionByName,
  /external/protobuf/src/google/protobuf/
descriptor.cc     [all...]

Completed in 181 milliseconds