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.cc887 return ParseOneof(message->add_oneof_decl(), message, oneof_index, in ParseMessageStatement()
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc1062 oneof_message->add_oneof_decl()->set_name("foo"); in SetUp()
1063 oneof_message->add_oneof_decl()->set_name("bar"); in SetUp()
Ddescriptor.pb.h1419 PROTOBUF_NAMESPACE_ID::OneofDescriptorProto* add_oneof_decl();
7567 inline PROTOBUF_NAMESPACE_ID::OneofDescriptorProto* DescriptorProto::add_oneof_decl() { in add_oneof_decl() function
Ddescriptor.pb.cc3643 ptr = ctx->ParseMessage(add_oneof_decl(), ptr); in _InternalParse()
3789 input, add_oneof_decl())); in MergePartialFromCodedStream()
Ddescriptor.cc2074 oneof_decl(i)->CopyTo(proto->add_oneof_decl()); in CopyTo()