Searched refs:add_oneof_decl (Results 1 – 5 of 5) sorted by relevance
887 return ParseOneof(message->add_oneof_decl(), message, oneof_index, in ParseMessageStatement()
1062 oneof_message->add_oneof_decl()->set_name("foo"); in SetUp()1063 oneof_message->add_oneof_decl()->set_name("bar"); in SetUp()
1419 PROTOBUF_NAMESPACE_ID::OneofDescriptorProto* add_oneof_decl();7567 inline PROTOBUF_NAMESPACE_ID::OneofDescriptorProto* DescriptorProto::add_oneof_decl() { in add_oneof_decl() function
3643 ptr = ctx->ParseMessage(add_oneof_decl(), ptr); in _InternalParse()3789 input, add_oneof_decl())); in MergePartialFromCodedStream()
2074 oneof_decl(i)->CopyTo(proto->add_oneof_decl()); in CopyTo()