Home
last modified time | relevance | path

Searched defs:oneof_decl (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor.proto107 repeated OneofDescriptorProto oneof_decl = 8; field
Ddescriptor.cc4747 const OneofDescriptor* oneof_decl = message->field(i)->containing_oneof(); in CrossLinkMessage() local
4774 OneofDescriptor* oneof_decl = &message->oneof_decls_[i]; in CrossLinkMessage() local
4790 const OneofDescriptor* oneof_decl = message->field(i)->containing_oneof(); in CrossLinkMessage() local
Ddescriptor.pb.h4483 inline const ::google::protobuf::OneofDescriptorProto& DescriptorProto::oneof_decl(int index) const… in oneof_decl() function
4501 DescriptorProto::oneof_decl() const { in oneof_decl() function
Ddescriptor.pb.cc3992 const ::google::protobuf::OneofDescriptorProto& DescriptorProto::oneof_decl(int index) const { in oneof_decl() function in google::protobuf::DescriptorProto
4010 DescriptorProto::oneof_decl() const { in oneof_decl() function in google::protobuf::DescriptorProto
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc1611 bool Parser::ParseOneof(OneofDescriptorProto* oneof_decl, in ParseOneof()
Dparser_unittest.cc2522 const OneofDescriptorProto& oneof_decl = file_.message_type(0).oneof_decl(0); in TEST_F() local