Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.proto108 repeated OneofDescriptorProto oneof_decl = 8; field
Ddescriptor.cc4760 const OneofDescriptor* oneof_decl = message->field(i)->containing_oneof(); in CrossLinkMessage() local
4787 OneofDescriptor* oneof_decl = &message->oneof_decls_[i]; in CrossLinkMessage() local
4807 const OneofDescriptor* oneof_decl = message->field(i)->containing_oneof(); in CrossLinkMessage() local
Ddescriptor.pb.h4691 inline const ::google::protobuf::OneofDescriptorProto& DescriptorProto::oneof_decl(int index) const… in oneof_decl() function
4709 DescriptorProto::oneof_decl() const { in oneof_decl() function
Ddescriptor.pb.cc4035 const ::google::protobuf::OneofDescriptorProto& DescriptorProto::oneof_decl(int index) const { in oneof_decl() function in google::protobuf::DescriptorProto
4053 DescriptorProto::oneof_decl() const { in oneof_decl() function in google::protobuf::DescriptorProto
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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