Home
last modified time | relevance | path

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

/external/perfetto/protos/perfetto/common/
Ddescriptor.proto66 repeated OneofDescriptorProto oneof_decl = 8; field
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto104 repeated OneofDescriptorProto oneof_decl = 8; field
/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/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto107 repeated OneofDescriptorProto oneof_decl = 8; field
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto110 repeated OneofDescriptorProto oneof_decl = 8; field
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto110 repeated OneofDescriptorProto oneof_decl = 8; field
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto110 repeated OneofDescriptorProto oneof_decl = 8; field
/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