Home
last modified time | relevance | path

Searched defs:FindOneofByName (Results 1 – 7 of 7) 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/pyext/
Ddescriptor_pool.cc345 PyObject* FindOneofByName(PyDescriptorPool* self, PyObject* arg) { in FindOneofByName() function
/external/cronet/third_party/protobuf/python/google/protobuf/
Ddescriptor_pool.py554 def FindOneofByName(self, full_name): member in DescriptorPool
/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc345 PyObject* FindOneofByName(PyDescriptorPool* self, PyObject* arg) { in FindOneofByName() function
/external/protobuf/python/google/protobuf/
Ddescriptor_pool.py554 def FindOneofByName(self, full_name): member in DescriptorPool
/external/cronet/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc2056 const OneofDescriptor* DescriptorPool::FindOneofByName( in FindOneofByName() function in google::protobuf::DescriptorPool
2230 const OneofDescriptor* Descriptor::FindOneofByName(ConstStringParam key) const { in FindOneofByName() function in google::protobuf::Descriptor
/external/protobuf/src/google/protobuf/
Ddescriptor.cc2064 const OneofDescriptor* DescriptorPool::FindOneofByName( in FindOneofByName() function in google::protobuf::DescriptorPool
2238 const OneofDescriptor* Descriptor::FindOneofByName(ConstStringParam key) const { in FindOneofByName() function in google::protobuf::Descriptor