/external/grpc-grpc/test/http2_test/ |
D | messages_pb2.py | 74 oneofs=[ 112 oneofs=[ 150 oneofs=[ 230 oneofs=[ 275 oneofs=[ 313 oneofs=[ 344 oneofs=[ 389 oneofs=[ 441 oneofs=[ 472 oneofs=[ [all …]
|
/external/rust/crates/grpcio-sys/grpc/test/http2_test/ |
D | messages_pb2.py | 74 oneofs=[ 112 oneofs=[ 150 oneofs=[ 230 oneofs=[ 275 oneofs=[ 313 oneofs=[ 344 oneofs=[ 389 oneofs=[ 441 oneofs=[ 472 oneofs=[ [all …]
|
/external/avb/proto/crypto/keyspb/ |
D | keyspb_pb2.py | 85 oneofs=[ 115 oneofs=[ 138 oneofs=[ 182 oneofs=[ 223 oneofs=[ 254 oneofs=[ 285 oneofs=[ 330 oneofs=[
|
/external/protobuf/php/src/Google/Protobuf/ |
D | Type.php | 35 private $oneofs; variable in Google\\Protobuf\\Type 140 return $this->oneofs; 153 $this->oneofs = $arr;
|
/external/protobuf/python/google/protobuf/internal/ |
D | generator_test.py | 293 self.assertEqual(1, len(desc.oneofs)) 294 self.assertEqual('oneof_field', desc.oneofs[0].name) 295 self.assertEqual(0, desc.oneofs[0].index) 296 self.assertIs(desc, desc.oneofs[0].containing_type) 297 self.assertIs(desc.oneofs[0], desc.oneofs_by_name['oneof_field']) 302 set([field.name for field in desc.oneofs[0].fields])) 305 self.assertIs(desc.oneofs[0], field_desc.containing_oneof)
|
/external/autotest/utils/side_effects/proto/ |
D | config_pb2.py | 66 oneofs=[ 104 oneofs=[ 135 oneofs=[ 166 oneofs=[ 218 oneofs=[
|
/external/grpc-grpc/examples/python/multiplex/ |
D | route_guide_pb2.py | 59 oneofs=[ 97 oneofs=[ 135 oneofs=[ 173 oneofs=[ 225 oneofs=[
|
D | helloworld_pb2.py | 52 oneofs=[ 83 oneofs=[
|
/external/grpc-grpc/examples/python/route_guide/ |
D | route_guide_pb2.py | 59 oneofs=[ 97 oneofs=[ 135 oneofs=[ 173 oneofs=[ 225 oneofs=[
|
/external/avb/proto/ |
D | api_pb2.py | 62 oneofs=[ 100 oneofs=[ 152 oneofs=[ 197 oneofs=[ 235 oneofs=[
|
D | trillian_pb2.py | 340 oneofs=[ 385 oneofs=[ 430 oneofs=[ 468 oneofs=[ 506 oneofs=[
|
/external/rust/crates/protobuf-codegen/src/ |
D | message.rs | 88 fn oneofs(&'a self) -> Vec<OneofGen<'a>> { in oneofs() method 90 .oneofs() in oneofs() 135 for oneof in self.oneofs() { in write_match_each_oneof_variant() 539 if !self.oneofs().is_empty() { in write_struct() 541 for oneof in self.oneofs() { in write_struct() 590 for oneof in self.oneofs() { in write()
|
/external/grpc-grpc/examples/python/interceptors/default_value/ |
D | helloworld_pb2.py | 52 oneofs=[ 83 oneofs=[
|
/external/grpc-grpc/examples/python/interceptors/headers/ |
D | helloworld_pb2.py | 52 oneofs=[ 83 oneofs=[
|
/external/grpc-grpc/examples/python/helloworld/ |
D | helloworld_pb2.py | 52 oneofs=[ 83 oneofs=[
|
/external/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_reflection_class.cc | 275 std::vector<std::string> oneofs; in WriteGeneratedCodeInfo() local 277 oneofs.push_back(UnderscoresToCamelCase(descriptor->oneof_decl(i)->name(), true)); in WriteGeneratedCodeInfo() 279 printer->Print("new[]{ \"$oneofs$\" }, ", "oneofs", JoinStrings(oneofs, "\", \"")); in WriteGeneratedCodeInfo()
|
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 284 is_extendable=True, extension_ranges=None, oneofs=None, argument 296 is_extendable=True, extension_ranges=None, oneofs=None, argument 340 self.oneofs = oneofs if oneofs is not None else [] 341 self.oneofs_by_name = dict((o.name, o) for o in self.oneofs) 342 for oneof in self.oneofs:
|
/external/protobuf/objectivec/google/protobuf/ |
D | Struct.pbobjc.m | 221 static const char *oneofs[] = { 224 [localDescriptor setupOneofs:oneofs 225 count:(uint32_t)(sizeof(oneofs) / sizeof(char*)) 251 GPBOneofDescriptor *oneof = [descriptor.oneofs objectAtIndex:0];
|
/external/autotest/server/hosts/drone_api_client/ |
D | common_pb2.py | 113 oneofs=[ 165 oneofs=[ 209 oneofs=[
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | DescriptorMessageInfoFactory.java | 665 private OneofInfo[] oneofs = new OneofInfo[2]; field in DescriptorMessageInfoFactory.OneofState 669 if (index >= oneofs.length) { in getOneof() 671 oneofs = Arrays.copyOf(oneofs, index * 2); in getOneof() 673 OneofInfo info = oneofs[index]; in getOneof() 676 oneofs[index] = info; in getOneof()
|
/external/protobuf/src/google/protobuf/util/internal/testdata/ |
D | oneofs.proto | 31 // Proto to test proto3 oneofs. 34 package proto_util_converter.testing.oneofs;
|
/external/rust/crates/protobuf/src/well_known_types/ |
D | type_pb.rs | 28 pub oneofs: crate::RepeatedField<::std::string::String>, field 105 &self.oneofs in get_oneofs() 108 self.oneofs.clear(); in clear_oneofs() 113 self.oneofs = v; in set_oneofs() 118 &mut self.oneofs in mut_oneofs() 123 ::std::mem::replace(&mut self.oneofs, crate::RepeatedField::new()) in take_oneofs() 231 crate::rt::read_repeated_string_into(wire_type, is, &mut self.oneofs)?; in merge_from() 261 for value in &self.oneofs { in compute_size() 289 for v in &self.oneofs { in write_to_with_cached_sizes() 355 |m: &Type| { &m.oneofs }, in descriptor_static() [all …]
|
/external/grpc-grpc/examples/node/dynamic_codegen/ |
D | greeter_server.js | 29 oneofs: true property
|
D | greeter_client.js | 29 oneofs: true property
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/protos/csharp/protos/ |
D | unittest_issues.proto | 99 // but doesn't include oneofs. 100 // TODO: Consider adding oneofs to TestFieldOrderings, although
|