Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.hpp204 OneofDefPtr FindOneofByName(const char* name, size_t len) const { in FindOneofByName() function in upb::MessageDefPtr
208 OneofDefPtr FindOneofByName(const char* name) const { in FindOneofByName() function in upb::MessageDefPtr
213 OneofDefPtr FindOneofByName(const T& str) const { in FindOneofByName() function in upb::MessageDefPtr
/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