Home
last modified time | relevance | path

Searched defs:oneof_index (Results 1 – 25 of 39) sorted by relevance

12

/external/rust/crates/protobuf-parse/src/pure/convert/
Dmod.rs273 let oneof_index = if self.is_proto3_optional(f) { in message() localVariable
274 let oneof_index = output.oneof_decl.len() as i32; in message() localVariable
285 let oneof_index = output.oneof_decl.len(); in message() localVariable
/external/protobuf/php/src/Google/Protobuf/
DField.php55 protected $oneof_index = 0; variable in Google\\Protobuf\\Field
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/
DField.php55 protected $oneof_index = 0; variable in Google\\Protobuf\\Field
/external/cronet/third_party/protobuf/src/google/protobuf/
Dtype.proto131 int32 oneof_index = 7; field
Ddescriptor.proto206 optional int32 oneof_index = 9; field
Dtype.pb.h1842 inline int32_t Field::oneof_index() const { in oneof_index() function
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php50 private $oneof_index = -1; variable in Google\\Protobuf\\Internal\\FieldDescriptor
DFieldDescriptorProto.php71 protected $oneof_index = null; variable in Google\\Protobuf\\Internal\\FieldDescriptorProto
/external/rust/crates/protobuf-parse/src/proto/google/protobuf/
Dtype.proto131 int32 oneof_index = 7; field
Ddescriptor.proto207 optional int32 oneof_index = 9; field
/external/protobuf/src/google/protobuf/
Dtype.proto131 int32 oneof_index = 7; field
Ddescriptor.proto206 optional int32 oneof_index = 9; field
/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php49 private $oneof_index = -1; variable in Google\\Protobuf\\Internal\\FieldDescriptor
DFieldDescriptorProto.php71 protected $oneof_index = null; variable in Google\\Protobuf\\Internal\\FieldDescriptorProto
/external/perfetto/protos/perfetto/common/
Ddescriptor.proto169 optional int32 oneof_index = 9; field
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_message.cc347 const int oneof_index = oneof->index(); in GenerateMessageHeader() local
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_message.cc345 const int oneof_index = oneof->index(); in GenerateMessageHeader() local
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto178 optional int32 oneof_index = 9; field
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto194 optional int32 oneof_index = 9; field
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto203 optional int32 oneof_index = 9; field
Ddescriptor.proto203 optional int32 oneof_index = 9; field
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto205 optional int32 oneof_index = 9; field
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc920 int oneof_index = message->oneof_decl_size(); in ParseMessageStatement() local
1911 DescriptorProto* containing_type, int oneof_index, in ParseOneof()
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc921 int oneof_index = message->oneof_decl_size(); in ParseMessageStatement() local
1917 DescriptorProto* containing_type, int oneof_index, in ParseOneof()
/external/rust/crates/protobuf/src/well_known_types/
Dtype_.rs270 pub oneof_index: i32, field

12