Home
last modified time | relevance | path

Searched refs:add_oneof_decl (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.cc766 return ParseOneof(message->add_oneof_decl(), message, in ParseMessageStatement()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor_unittest.cc918 oneof_message->add_oneof_decl()->set_name("foo"); in SetUp()
919 oneof_message->add_oneof_decl()->set_name("bar"); in SetUp()
Ddescriptor.pb.h882 ::google::protobuf::OneofDescriptorProto* add_oneof_decl();
4699 inline ::google::protobuf::OneofDescriptorProto* DescriptorProto::add_oneof_decl() { in add_oneof_decl() function
Ddescriptor.cc1793 oneof_decl(i)->CopyTo(proto->add_oneof_decl()); in CopyTo()
Ddescriptor.pb.cc3291 input, add_oneof_decl())); in MergePartialFromCodedStream()
4043 ::google::protobuf::OneofDescriptorProto* DescriptorProto::add_oneof_decl() { in add_oneof_decl() function in google::protobuf::DescriptorProto