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

  /external/protobuf/python/google/protobuf/
descriptor_pool.py 287 def FindExtensionByName(self, full_name):
  /external/protobuf/python/google/protobuf/pyext/
descriptor_pool.cc 257 PyObject* FindExtensionByName(PyDescriptorPool* self, PyObject* arg) {
265 self->pool->FindExtensionByName(string(name, name_size));
488 { "FindExtensionByName", (PyCFunction)FindExtensionByName, METH_O,
  /external/protobuf/src/google/protobuf/
descriptor.cc     [all...]

Completed in 240 milliseconds