Home
last modified time | relevance | path

Searched refs:oneof_index (Results 1 – 25 of 33) sorted by relevance

12

/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-attr-value.pbtxt10 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
Dtensorflow.-event.pbtxt22 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
Dtensorflow.summary.-event.pbtxt22 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
Dtensorflow.summary.-summary.-value.pbtxt29 oneof_index: 0
36 oneof_index: 0
44 oneof_index: 0
52 oneof_index: 0
60 oneof_index: 0
68 oneof_index: 0
Dtensorflow.-summary.-value.pbtxt29 oneof_index: 0
36 oneof_index: 0
44 oneof_index: 0
52 oneof_index: 0
60 oneof_index: 0
68 oneof_index: 0
Dtensorflow.-summary.pbtxt98 oneof_index: 0
105 oneof_index: 0
113 oneof_index: 0
121 oneof_index: 0
129 oneof_index: 0
137 oneof_index: 0
Dtensorflow.summary.-summary.pbtxt98 oneof_index: 0
105 oneof_index: 0
113 oneof_index: 0
121 oneof_index: 0
129 oneof_index: 0
137 oneof_index: 0
Dtensorflow.train.-feature.pbtxt11 oneof_index: 0
19 oneof_index: 0
27 oneof_index: 0
Dtensorflow.-tensor-info.pbtxt10 oneof_index: 0
18 oneof_index: 0
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.train.-feature.pbtxt11 oneof_index: 0
19 oneof_index: 0
27 oneof_index: 0
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_message.cc333 const int oneof_index = field->containing_oneof()->index(); in GenerateMessageHeader() local
334 if (!seen_oneofs[oneof_index]) { in GenerateMessageHeader()
335 seen_oneofs[oneof_index] = 1; in GenerateMessageHeader()
336 oneof_generators_[oneof_index]->GeneratePublicCasePropertyDeclaration( in GenerateMessageHeader()
/external/protobuf/src/google/protobuf/util/
Dtype_resolver_util_test.cc106 if (field == NULL || field->oneof_index() <= 0 || in FieldInOneof()
107 field->oneof_index() > type.oneofs_size()) { in FieldInOneof()
110 return type.oneofs(field->oneof_index() - 1) == oneof_name; in FieldInOneof()
/external/protobuf/python/google/protobuf/
Ddescriptor_pool.py474 oneof_index = field_desc.oneof_index
475 oneofs[oneof_index].fields.append(fields[field_index])
476 fields[field_index].containing_oneof = oneofs[oneof_index]
/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc525 if (field.oneof_index() > 0) { in ValidOneof()
526 if (element_->IsOneofIndexTaken(field.oneof_index())) { in ValidOneof()
530 element_->type().oneofs(field.oneof_index() - 1), in ValidOneof()
534 element_->TakeOneofIndex(field.oneof_index()); in ValidOneof()
Ddefault_value_objectwriter.cc361 if (field.oneof_index() != 0) continue; in PopulateChildren()
/external/protobuf/src/google/protobuf/
Dtype.pb.cc1382 if (this->oneof_index() != 0) { in SerializeWithCachedSizes()
1383 ::google::protobuf::internal::WireFormatLite::WriteInt32(7, this->oneof_index(), output); in SerializeWithCachedSizes()
1463 if (this->oneof_index() != 0) { in SerializeWithCachedSizesToArray()
1464 …target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(7, this->oneof_index(), t… in SerializeWithCachedSizesToArray()
1543 if (this->oneof_index() != 0) { in ByteSize()
1546 this->oneof_index()); in ByteSize()
1618 if (from.oneof_index() != 0) { in MergeFrom()
1619 set_oneof_index(from.oneof_index()); in MergeFrom()
1817 ::google::protobuf::int32 Field::oneof_index() const { in oneof_index() function in google::protobuf::Field
Dtype.proto130 int32 oneof_index = 7; field
Dgenerated_message_reflection.cc729 int oneof_index = field->containing_oneof()->index(); in SwapFields() local
731 if (swapped_oneof.find(oneof_index) != swapped_oneof.end()) { in SwapFields()
734 swapped_oneof.insert(oneof_index); in SwapFields()
Dtype.pb.h465 ::google::protobuf::int32 oneof_index() const;
1210 inline ::google::protobuf::int32 Field::oneof_index() const { in oneof_index() function
Ddescriptor.cc4442 if (proto.oneof_index() < 0 || in BuildFieldOrExtension()
4443 proto.oneof_index() >= parent->oneof_decl_count()) { in BuildFieldOrExtension()
4448 proto.oneof_index(), in BuildFieldOrExtension()
4452 result->containing_oneof_ = parent->oneof_decl(proto.oneof_index()); in BuildFieldOrExtension()
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc761 int oneof_index = message->oneof_decl_size(); in ParseMessageStatement() local
764 oneof_index); in ParseMessageStatement()
767 oneof_index, oneof_location, message_location, in ParseMessageStatement()
1613 int oneof_index, in ParseOneof() argument
1651 field->set_oneof_index(oneof_index); in ParseOneof()
Dparser.h389 int oneof_index,
/external/perfetto/protos/perfetto/common/
Ddescriptor.proto151 optional int32 oneof_index = 9; field
/external/grpc-grpc/third_party/nanopb/generator/
Dnanopb_generator.py810 f.oneof_index not in no_unions):
811 if f.oneof_index in self.oneofs:
812 self.oneofs[f.oneof_index].add_field(field)
/external/nanopb-c/generator/
Dnanopb_generator.py906 f.oneof_index not in no_unions):
907 if f.oneof_index in self.oneofs:
908 self.oneofs[f.oneof_index].add_field(field)

12