Searched defs:FindFieldByName (Results 1 – 8 of 8) sorted by relevance
145 FieldDefPtr FindFieldByName(const char* name, size_t len) const { in FindFieldByName() function in upb::OneofDefPtr148 FieldDefPtr FindFieldByName(const char* name) const { in FindFieldByName() function in upb::OneofDefPtr153 FieldDefPtr FindFieldByName(const T& str) const { in FindFieldByName() function in upb::OneofDefPtr192 FieldDefPtr FindFieldByName(const char* name, size_t len) const { in FindFieldByName() function in upb::MessageDefPtr195 FieldDefPtr FindFieldByName(const char* name) const { in FindFieldByName() function in upb::MessageDefPtr200 FieldDefPtr FindFieldByName(const T& str) const { in FindFieldByName() function in upb::MessageDefPtr
93 const FieldDescriptor* FindFieldByName(const std::string& name) const { in FindFieldByName() function
481 def FindFieldByName(self, full_name): member in DescriptorPool
275 PyObject* FindFieldByName(PyDescriptorPool* self, PyObject* arg) { in FindFieldByName() function
454 const FieldDescriptorProto* FindFieldByName( in FindFieldByName() function in perfetto::__anon5c3d75eb0111::ParserDelegate
3408 FieldDefPtr FindFieldByName(const char *name, size_t len) const { in FindFieldByName() function3411 FieldDefPtr FindFieldByName(const char* name) const { in FindFieldByName() function3416 FieldDefPtr FindFieldByName(const T& str) const { in FindFieldByName() function3597 FieldDefPtr FindFieldByName(const char* name, size_t len) const { in FindFieldByName() function3600 FieldDefPtr FindFieldByName(const char *name) const { in FindFieldByName() function3605 FieldDefPtr FindFieldByName(const T& str) const { in FindFieldByName() function
1436 const FieldDescriptor* DescriptorPool::FindFieldByName( in FindFieldByName() function in google::protobuf::DescriptorPool1615 const FieldDescriptor* Descriptor::FindFieldByName( in FindFieldByName() function in google::protobuf::Descriptor
825 TEST_F(DescriptorTest, FindFieldByName) { in TEST_F() argument