Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.h1894 FieldDef* FindFieldByName(const char *name) { in FindFieldByName() function
1897 const FieldDef* FindFieldByName(const char *name) const { in FindFieldByName() function
1902 FieldDef* FindFieldByName(const T& str) { in FindFieldByName() function
1906 const FieldDef* FindFieldByName(const T& str) const { in FindFieldByName() function
2335 const FieldDef* FindFieldByName(const char* name) const { in FindFieldByName() function
2338 FieldDef* FindFieldByName(const char* name) { in FindFieldByName() function
2343 FieldDef* FindFieldByName(const T& str) { in FindFieldByName() function
2347 const FieldDef* FindFieldByName(const T& str) const { in FindFieldByName() function
2704 inline FieldDef* MessageDef::FindFieldByName(const char* name, size_t len) { in FindFieldByName() function
2710 inline const FieldDef *MessageDef::FindFieldByName(const char *name, in FindFieldByName() function
[all …]
/external/protobuf/python/google/protobuf/
Ddescriptor_pool.py273 def FindFieldByName(self, full_name): member in DescriptorPool
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc239 PyObject* FindFieldByName(PyDescriptorPool* self, PyObject* arg) { in FindFieldByName() function
/external/protobuf/src/google/protobuf/
Ddescriptor.cc1216 const FieldDescriptor* DescriptorPool::FindFieldByName( in FindFieldByName() function in google::protobuf::DescriptorPool
1357 Descriptor::FindFieldByName(const string& key) const { in FindFieldByName() function in google::protobuf::Descriptor
Ddescriptor_unittest.cc721 TEST_F(DescriptorTest, FindFieldByName) { in TEST_F() argument