Home
last modified time | relevance | path

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

/third_party/grpc/third_party/upb/upb/
Ddef.hpp145 FieldDefPtr FindFieldByName(const char* name, size_t len) const { in FindFieldByName() function in upb::OneofDefPtr
148 FieldDefPtr FindFieldByName(const char* name) const { in FindFieldByName() function in upb::OneofDefPtr
153 FieldDefPtr FindFieldByName(const T& str) const { in FindFieldByName() function in upb::OneofDefPtr
192 FieldDefPtr FindFieldByName(const char* name, size_t len) const { in FindFieldByName() function in upb::MessageDefPtr
195 FieldDefPtr FindFieldByName(const char* name) const { in FindFieldByName() function in upb::MessageDefPtr
200 FieldDefPtr FindFieldByName(const T& str) const { in FindFieldByName() function in upb::MessageDefPtr
/third_party/protobuf/python/google/protobuf/
Ddescriptor_pool.py532 def FindFieldByName(self, full_name): member in DescriptorPool
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc275 PyObject* FindFieldByName(PyDescriptorPool* self, PyObject* arg) { in FindFieldByName() function
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc1428 const FieldDescriptor* DescriptorPool::FindFieldByName( in FindFieldByName() function in google::protobuf::DescriptorPool
1624 const FieldDescriptor* Descriptor::FindFieldByName(ConstStringParam key) const { in FindFieldByName() function in google::protobuf::Descriptor
Ddescriptor_unittest.cc825 TEST_F(DescriptorTest, FindFieldByName) { in TEST_F() argument