Searched refs:FindOneofByName (Results 1 - 12 of 12) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_pool.h146 PyObject* FindOneofByName(PyDescriptorPool* self, PyObject* arg);
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,
H A Dmessage.cc1366 descriptor->FindOneofByName(field_name);
2063 self->message->GetDescriptor()->FindOneofByName(oneof_name);
H A Ddescriptor_containers.cc1241 return GetDescriptor(self)->FindOneofByName(name);
/external/protobuf/src/google/protobuf/
H A Ddescriptor.h254 const OneofDescriptor* FindOneofByName(const string& name) const;
1414 const OneofDescriptor* FindOneofByName(const string& name) const;
H A Ddescriptor_unittest.cc987 EXPECT_EQ(oneof_, oneof_message_->FindOneofByName("foo"));
988 EXPECT_EQ(oneof2_, oneof_message_->FindOneofByName("bar"));
989 EXPECT_TRUE(oneof_message_->FindOneofByName("no_such_oneof") == NULL);
H A Darena_unittest.cc907 const OneofDescriptor* oneof = desc->FindOneofByName(
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/python/google/protobuf/
H A Ddescriptor.py687 return _message.default_pool.FindOneofByName(full_name)
/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...]
/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/python/google/protobuf/internal/
H A Ddescriptor_pool_test.py659 pool.FindOneofByName('protobuf_unittest.TestAllTypes.oneof_field'),

Completed in 299 milliseconds