OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindOneofByName
(Results
1 - 5
of
5
) sorted by null
/external/protobuf/src/google/protobuf/
descriptor.h
204
const OneofDescriptor*
FindOneofByName
(const string& name) const;
[
all
...]
descriptor_unittest.cc
740
EXPECT_EQ(oneof_, oneof_message_->
FindOneofByName
("foo"));
741
EXPECT_EQ(oneof2_, oneof_message_->
FindOneofByName
("bar"));
742
EXPECT_TRUE(oneof_message_->
FindOneofByName
("no_such_oneof") == NULL);
[
all
...]
descriptor.cc
[
all
...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h
254
const OneofDescriptor*
FindOneofByName
(const string& name) const;
[
all
...]
/external/protobuf/python/google/protobuf/pyext/
message.cc
878
message->GetDescriptor()->
FindOneofByName
(field_name);
[
all
...]
Completed in 218 milliseconds