/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.-attr-value.pbtxt | 10 oneof_index: 0 17 oneof_index: 0 24 oneof_index: 0 31 oneof_index: 0 39 oneof_index: 0 47 oneof_index: 0 55 oneof_index: 0 63 oneof_index: 0 71 oneof_index: 0 78 oneof_index: 0
|
D | tensorflow.summary.-event.pbtxt | 22 oneof_index: 0 29 oneof_index: 0 37 oneof_index: 0 45 oneof_index: 0 53 oneof_index: 0 61 oneof_index: 0 68 oneof_index: 0
|
D | tensorflow.-event.pbtxt | 22 oneof_index: 0 29 oneof_index: 0 37 oneof_index: 0 45 oneof_index: 0 53 oneof_index: 0 61 oneof_index: 0 68 oneof_index: 0
|
D | tensorflow.summary.-summary.-value.pbtxt | 29 oneof_index: 0 36 oneof_index: 0 44 oneof_index: 0 52 oneof_index: 0 60 oneof_index: 0 68 oneof_index: 0
|
D | tensorflow.-summary.-value.pbtxt | 29 oneof_index: 0 36 oneof_index: 0 44 oneof_index: 0 52 oneof_index: 0 60 oneof_index: 0 68 oneof_index: 0
|
D | tensorflow.-summary.pbtxt | 98 oneof_index: 0 105 oneof_index: 0 113 oneof_index: 0 121 oneof_index: 0 129 oneof_index: 0 137 oneof_index: 0
|
D | tensorflow.summary.-summary.pbtxt | 98 oneof_index: 0 105 oneof_index: 0 113 oneof_index: 0 121 oneof_index: 0 129 oneof_index: 0 137 oneof_index: 0
|
D | tensorflow.train.-feature.pbtxt | 11 oneof_index: 0 19 oneof_index: 0 27 oneof_index: 0
|
D | tensorflow.-tensor-info.pbtxt | 10 oneof_index: 0 18 oneof_index: 0 26 oneof_index: 0
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.train.-feature.pbtxt | 11 oneof_index: 0 19 oneof_index: 0 27 oneof_index: 0
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | FieldDescriptor.php | 50 private $oneof_index = -1; variable in Google\\Protobuf\\Internal\\FieldDescriptor 59 $this->oneof_index = $index; 64 return $this->oneof_index; 231 $oneof_index = $proto->hasOneofIndex() ? $proto->getOneofIndex() : -1; 261 $field->setOneofIndex($oneof_index);
|
D | FieldDescriptorProto.php | 79 private $oneof_index = 0; variable in Google\\Protobuf\\Internal\\FieldDescriptorProto 381 return $this->oneof_index; 395 $this->oneof_index = $var;
|
D | Message.php | 1501 $oneof_index = $field->getOneofIndex(); 1502 if ($oneof_index !== -1) { 1503 $oneof = $this->desc->getOneofDecl()[$oneof_index];
|
/external/protobuf/php/src/Google/Protobuf/ |
D | Field.php | 55 private $oneof_index = 0; variable in Google\\Protobuf\\Field 257 return $this->oneof_index; 271 $this->oneof_index = $var;
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_message.cc | 325 const int oneof_index = field->containing_oneof()->index(); in GenerateMessageHeader() local 326 if (!seen_oneofs[oneof_index]) { in GenerateMessageHeader() 327 seen_oneofs[oneof_index] = 1; in GenerateMessageHeader() 328 oneof_generators_[oneof_index]->GeneratePublicCasePropertyDeclaration( in GenerateMessageHeader()
|
/external/rust/crates/protobuf/src/well_known_types/ |
D | type_pb.rs | 420 pub oneof_index: i32, field 544 self.oneof_index in get_oneof_index() 547 self.oneof_index = 0; in clear_oneof_index() 552 self.oneof_index = v; in set_oneof_index() 686 self.oneof_index = tmp; in merge_from() 731 if self.oneof_index != 0 { in compute_size() 732 … my_size += crate::rt::value_size(7, self.oneof_index, crate::wire_format::WireTypeVarint); in compute_size() 768 if self.oneof_index != 0 { in write_to_with_cached_sizes() 769 os.write_int32(7, self.oneof_index)?; in write_to_with_cached_sizes() 850 |m: &Field| { &m.oneof_index }, in descriptor_static() [all …]
|
/external/protobuf/src/google/protobuf/util/ |
D | type_resolver_util_test.cc | 103 if (field == NULL || field->oneof_index() <= 0 || in FieldInOneof() 104 field->oneof_index() > type.oneofs_size()) { in FieldInOneof() 107 return type.oneofs(field->oneof_index() - 1) == oneof_name; in FieldInOneof()
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | proto_writer.cc | 558 if (field.oneof_index() > 0) { in ValidOneof() 559 if (element_->IsOneofIndexTaken(field.oneof_index())) { in ValidOneof() 563 "oneof field '", element_->type().oneofs(field.oneof_index() - 1), in ValidOneof() 567 element_->TakeOneofIndex(field.oneof_index()); in ValidOneof()
|
/external/protobuf/python/google/protobuf/ |
D | descriptor_pool.py | 848 oneof_index = field_desc.oneof_index 849 oneofs[oneof_index].fields.append(fields[field_index]) 850 fields[field_index].containing_oneof = oneofs[oneof_index]
|
/external/protobuf/src/google/protobuf/ |
D | type.pb.cc | 1368 if (this->oneof_index() != 0) { in SerializeWithCachedSizes() 1369 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32(7, this->oneof_index(), output); in SerializeWithCachedSizes() 1459 if (this->oneof_index() != 0) { in InternalSerializeWithCachedSizesToArray() 1460 …PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(7, this->oneof_index(), target); in InternalSerializeWithCachedSizesToArray() 1578 if (this->oneof_index() != 0) { in ByteSizeLong() 1581 this->oneof_index()); in ByteSizeLong() 1638 if (from.oneof_index() != 0) { in MergeFrom() 1639 set_oneof_index(from.oneof_index()); in MergeFrom()
|
D | type.proto | 131 int32 oneof_index = 7; field
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 883 int oneof_index = message->oneof_decl_size(); in ParseMessageStatement() local 885 message_location, DescriptorProto::kOneofDeclFieldNumber, oneof_index); in ParseMessageStatement() 887 return ParseOneof(message->add_oneof_decl(), message, oneof_index, in ParseMessageStatement() 1870 DescriptorProto* containing_type, int oneof_index, in ParseOneof() argument 1918 field->set_oneof_index(oneof_index); in ParseOneof()
|
D | parser.h | 412 DescriptorProto* containing_type, int oneof_index,
|
/external/perfetto/protos/perfetto/common/ |
D | descriptor.proto | 158 optional int32 oneof_index = 9; field
|
/external/grpc-grpc/third_party/nanopb/generator/ |
D | nanopb_generator.py | 810 f.oneof_index not in no_unions): 811 if f.oneof_index in self.oneofs: 812 self.oneofs[f.oneof_index].add_field(field)
|