Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/Internal/
DDescriptor.php49 private $oneof_decl = []; variable in Google\\Protobuf\\Internal\\Descriptor
DDescriptorProto.php53 private $oneof_decl; variable in Google\\Protobuf\\Internal\\DescriptorProto
/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/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto111 repeated OneofDescriptorProto oneof_decl = 8; field
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto110 repeated OneofDescriptorProto oneof_decl = 8; field
/external/protobuf/src/google/protobuf/
Ddescriptor.proto111 repeated OneofDescriptorProto oneof_decl = 8; field
Ddescriptor.cc5388 const OneofDescriptor* oneof_decl = message->field(i)->containing_oneof(); in CrossLinkMessage() local
5414 OneofDescriptor* oneof_decl = &message->oneof_decls_[i]; in CrossLinkMessage() local
5433 const OneofDescriptor* oneof_decl = message->field(i)->containing_oneof(); in CrossLinkMessage() local
Ddescriptor.pb.h7563 inline const PROTOBUF_NAMESPACE_ID::OneofDescriptorProto& DescriptorProto::oneof_decl(int index) co… in oneof_decl() function
7572 DescriptorProto::oneof_decl() const { in oneof_decl() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto107 repeated OneofDescriptorProto oneof_decl = 8; field
Ddescriptor_sv.proto108 repeated OneofDescriptorProto oneof_decl = 8; field
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc1869 bool Parser::ParseOneof(OneofDescriptorProto* oneof_decl, in ParseOneof()
Dparser_unittest.cc2970 const OneofDescriptorProto& oneof_decl = file_.message_type(0).oneof_decl(0); in TEST_F() local
/external/rust/crates/protobuf/src/
Ddescriptor.rs910 pub oneof_decl: crate::RepeatedField<OneofDescriptorProto>, field
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto2677 repeated OneofDescriptorProto oneof_decl = 8; field