Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
DDescriptor.php49 private $oneof_decl = []; variable in Google\\Protobuf\\Internal\\Descriptor
DDescriptorProto.php47 private $oneof_decl; variable in Google\\Protobuf\\Internal\\DescriptorProto
/external/protobuf/php/src/Google/Protobuf/Internal/
DDescriptorProto.php47 private $oneof_decl; variable in Google\\Protobuf\\Internal\\DescriptorProto
DDescriptor.php50 private $oneof_decl = []; variable in Google\\Protobuf\\Internal\\Descriptor
/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/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto107 repeated OneofDescriptorProto oneof_decl = 8; field
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto108 repeated OneofDescriptorProto oneof_decl = 8; field
Ddescriptor.proto107 repeated OneofDescriptorProto oneof_decl = 8; field
/external/cronet/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto111 repeated OneofDescriptorProto oneof_decl = 8; field
Ddescriptor.cc6210 const OneofDescriptor* oneof_decl = message->field(i)->containing_oneof(); in CrossLinkMessage() local
6248 OneofDescriptor* oneof_decl = &message->oneof_decls_[i]; in CrossLinkMessage() local
Ddescriptor.pb.h9664 inline const ::PROTOBUF_NAMESPACE_ID::OneofDescriptorProto& DescriptorProto::oneof_decl(int index) … in oneof_decl() function
9677 DescriptorProto::oneof_decl() const { in oneof_decl() function
/external/rust/crates/protobuf-parse/src/proto/google/protobuf/
Ddescriptor.proto111 repeated OneofDescriptorProto oneof_decl = 8; field
/external/protobuf/src/google/protobuf/
Ddescriptor.proto111 repeated OneofDescriptorProto oneof_decl = 8; field
Ddescriptor.cc6270 const OneofDescriptor* oneof_decl = message->field(i)->containing_oneof(); in CrossLinkMessage() local
6308 OneofDescriptor* oneof_decl = &message->oneof_decls_[i]; in CrossLinkMessage() local
Ddescriptor.pb.h9799 inline const ::PROTOBUF_NAMESPACE_ID::OneofDescriptorProto& DescriptorProto::oneof_decl(int index) … in oneof_decl() function
9812 DescriptorProto::oneof_decl() const { in oneof_decl() function
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto110 repeated OneofDescriptorProto oneof_decl = 8; field
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc1910 bool Parser::ParseOneof(OneofDescriptorProto* oneof_decl, in ParseOneof()
Dparser_unittest.cc3030 const OneofDescriptorProto& oneof_decl = file_.message_type(0).oneof_decl(0); in TEST_F() local
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc1916 bool Parser::ParseOneof(OneofDescriptorProto* oneof_decl, in ParseOneof()
Dparser_unittest.cc3032 const OneofDescriptorProto& oneof_decl = file_.message_type(0).oneof_decl(0); in TEST_F() local
/external/rust/crates/protobuf/src/
Ddescriptor.rs654 pub oneof_decl: ::std::vec::Vec<OneofDescriptorProto>, field
/external/rust/crates/protobuf/2.27.1/src/
Ddescriptor.rs910 pub oneof_decl: crate::RepeatedField<OneofDescriptorProto>, field
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto4440 repeated OneofDescriptorProto oneof_decl = 8; field