Searched defs:FindOneofByName (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_pool.cc291 PyObject* FindOneofByName(PyDescriptorPool* self, PyObject* arg) { function in namespace:google::protobuf::python::cdescriptor_pool
299 self->pool->FindOneofByName(string(name, name_size));
492 { "FindOneofByName", (PyCFunction)FindOneofByName, METH_O,
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc1238 const OneofDescriptor* DescriptorPool::FindOneofByName( function in class:google::protobuf::DescriptorPool
1368 Descriptor::FindOneofByName(const string& key) const { function in class:google::protobuf::Descriptor
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h2388 OneofDef* FindOneofByName(const char* name, size_t len);
2389 const OneofDef* FindOneofByName(const char* name, size_t len) const;
2391 OneofDef* FindOneofByName(const char* name) { function in class:upb::MessageDef
2392 return FindOneofByName(name, strlen(name));
2394 const OneofDef* FindOneofByName(const char* name) const { function in class:upb::MessageDef
2395 return FindOneofByName(name, strlen(name));
2399 OneofDef* FindOneofByName(const T& str) { function in class:upb::MessageDef
2400 return FindOneofByName(str.c_str(), str.size());
2403 const OneofDef* FindOneofByName(const T& str) const { function in class:upb::MessageDef
2404 return FindOneofByName(st
3339 inline OneofDef* MessageDef::FindOneofByName(const char* name, size_t len) { function in class:upb::MessageDef
3342 inline const OneofDef* MessageDef::FindOneofByName(const char* name, function in class:upb::MessageDef
[all...]
/external/protobuf/php/ext/google/protobuf/
H A Dupb.h1910 OneofDef* FindOneofByName(const char* name, size_t len);
1911 const OneofDef* FindOneofByName(const char* name, size_t len) const;
1913 OneofDef* FindOneofByName(const char* name) { function in class:upb::MessageDef
1914 return FindOneofByName(name, strlen(name));
1916 const OneofDef* FindOneofByName(const char* name) const { function in class:upb::MessageDef
1917 return FindOneofByName(name, strlen(name));
1921 OneofDef* FindOneofByName(const T& str) { function in class:upb::MessageDef
1922 return FindOneofByName(str.c_str(), str.size());
1925 const OneofDef* FindOneofByName(const T& str) const { function in class:upb::MessageDef
1926 return FindOneofByName(st
2714 inline OneofDef* MessageDef::FindOneofByName(const char* name, size_t len) { function in class:upb::MessageDef
2717 inline const OneofDef* MessageDef::FindOneofByName(const char* name, function in class:upb::MessageDef
[all...]

Completed in 139 milliseconds