HomeSort by relevance Sort by last modified time
    Searched refs:FindOneofByName (Results 1 - 13 of 13) sorted by null

  /external/protobuf/python/google/protobuf/pyext/
descriptor_pool.h 146 PyObject* FindOneofByName(PyDescriptorPool* self, PyObject* arg);
descriptor_pool.cc 291 PyObject* FindOneofByName(PyDescriptorPool* self, PyObject* arg) {
299 self->pool->FindOneofByName(string(name, name_size));
492 { "FindOneofByName", (PyCFunction)FindOneofByName, METH_O,
message.cc     [all...]
descriptor_containers.cc     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.h 254 const OneofDescriptor* FindOneofByName(const string& name) const;
    [all...]
descriptor_unittest.cc     [all...]
arena_unittest.cc     [all...]
descriptor.cc     [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h 254 const OneofDescriptor* FindOneofByName(const string& name) const;
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h     [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h     [all...]
  /external/protobuf/python/google/protobuf/
descriptor.py 687 return _message.default_pool.FindOneofByName(full_name)
    [all...]
  /external/protobuf/python/google/protobuf/internal/
descriptor_pool_test.py 659 pool.FindOneofByName('protobuf_unittest.TestAllTypes.oneof_field'),

Completed in 176 milliseconds