Home
last modified time | relevance | path

Searched defs:FindOneofByName (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/python/google/protobuf/
Ddescriptor_pool.py498 def FindOneofByName(self, full_name): member in DescriptorPool
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc339 PyObject* FindOneofByName(PyDescriptorPool* self, PyObject* arg) { in FindOneofByName() function
/external/protobuf/src/google/protobuf/
Ddescriptor.cc1457 const OneofDescriptor* DescriptorPool::FindOneofByName( in FindOneofByName() function in google::protobuf::DescriptorPool
1626 const OneofDescriptor* Descriptor::FindOneofByName( in FindOneofByName() function in google::protobuf::Descriptor
/external/protobuf/php/ext/google/protobuf/
Dupb.h3609 OneofDefPtr FindOneofByName(const char* name, size_t len) const { in FindOneofByName() function
3613 OneofDefPtr FindOneofByName(const char *name) const { in FindOneofByName() function
3618 OneofDefPtr FindOneofByName(const T &str) const { in FindOneofByName() function