Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser.cc766 return ParseOneof(message->add_oneof_decl(), message, in ParseMessageStatement()
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc919 oneof_message->add_oneof_decl()->set_name("foo"); in SetUp()
920 oneof_message->add_oneof_decl()->set_name("bar"); in SetUp()
Ddescriptor.pb.h861 ::google::protobuf::OneofDescriptorProto* add_oneof_decl();
4491 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.cc3253 input, add_oneof_decl())); in MergePartialFromCodedStream()
4000 ::google::protobuf::OneofDescriptorProto* DescriptorProto::add_oneof_decl() { in add_oneof_decl() function in google::protobuf::DescriptorProto