Searched defs:oneof_decl (Results 1 – 12 of 12) sorted by relevance
66 repeated OneofDescriptorProto oneof_decl = 8; field
104 repeated OneofDescriptorProto oneof_decl = 8; field
107 repeated OneofDescriptorProto oneof_decl = 8; field
4747 const OneofDescriptor* oneof_decl = message->field(i)->containing_oneof(); in CrossLinkMessage() local4774 OneofDescriptor* oneof_decl = &message->oneof_decls_[i]; in CrossLinkMessage() local4790 const OneofDescriptor* oneof_decl = message->field(i)->containing_oneof(); in CrossLinkMessage() local
4483 inline const ::google::protobuf::OneofDescriptorProto& DescriptorProto::oneof_decl(int index) const… in oneof_decl() function4501 DescriptorProto::oneof_decl() const { in oneof_decl() function
3992 const ::google::protobuf::OneofDescriptorProto& DescriptorProto::oneof_decl(int index) const { in oneof_decl() function in google::protobuf::DescriptorProto4010 DescriptorProto::oneof_decl() const { in oneof_decl() function in google::protobuf::DescriptorProto
110 repeated OneofDescriptorProto oneof_decl = 8; field
1611 bool Parser::ParseOneof(OneofDescriptorProto* oneof_decl, in ParseOneof()
2522 const OneofDescriptorProto& oneof_decl = file_.message_type(0).oneof_decl(0); in TEST_F() local