/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.-optimizer-options.pbtxt | 33 type: TYPE_ENUM 40 type: TYPE_ENUM
|
D | tensorflow.-attr-value.pbtxt | 37 type: TYPE_ENUM 119 type: TYPE_ENUM
|
D | tensorflow.-log-message.pbtxt | 9 type: TYPE_ENUM
|
D | tensorflow.-session-log.pbtxt | 9 type: TYPE_ENUM
|
D | tensorflow.summary.-session-log.pbtxt | 9 type: TYPE_ENUM
|
D | tensorflow.-summary-metadata.pbtxt | 28 type: TYPE_ENUM
|
D | tensorflow.train.-saver-def.pbtxt | 45 type: TYPE_ENUM
|
D | tensorflow.-attr-value.-list-value.pbtxt | 42 type: TYPE_ENUM
|
D | tensorflow.-run-options.pbtxt | 9 type: TYPE_ENUM
|
D | tensorflow.-tensor-info.pbtxt | 32 type: TYPE_ENUM
|
/external/protobuf/php/src/Google/Protobuf/Field/ |
D | Kind.php | 105 const TYPE_ENUM = 14; define in Google\\Protobuf\\Field\\Kind 146 self::TYPE_ENUM => 'TYPE_ENUM',
|
/external/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/ |
D | Type.php | 87 const TYPE_ENUM = 14; define in Google\\Protobuf\\Internal\\FieldDescriptorProto\\Type 123 self::TYPE_ENUM => 'TYPE_ENUM',
|
/external/protobuf/python/google/protobuf/internal/ |
D | type_checkers.py | 301 _FieldDescriptor.TYPE_ENUM: wire_format.EnumByteSize, 324 _FieldDescriptor.TYPE_ENUM: encoder.EnumEncoder, 347 _FieldDescriptor.TYPE_ENUM: encoder.EnumSizer, 370 _FieldDescriptor.TYPE_ENUM: decoder.EnumDecoder, 395 _FieldDescriptor.TYPE_ENUM: wire_format.WIRETYPE_VARINT,
|
/external/protobuf/src/google/protobuf/ |
D | extension_set_inl.h | 69 case WireFormatLite::TYPE_ENUM: in ParseFieldWithExtensionInfo() 144 case WireFormatLite::TYPE_ENUM: { in ParseFieldWithExtensionInfo() 154 AddEnum(number, WireFormatLite::TYPE_ENUM, extension.is_packed, value, in ParseFieldWithExtensionInfo() 157 SetEnum(number, WireFormatLite::TYPE_ENUM, value, in ParseFieldWithExtensionInfo()
|
D | generated_message_table_driven_lite.h | 315 (!WireFormatLite::ReadPrimitive<int, WireFormatLite::TYPE_ENUM>( in HandleEnum() 610 case WireFormatLite::TYPE_ENUM: { in MergePartialFromCodedStreamInlined() 620 case WireFormatLite::TYPE_ENUM | kRepeatedMask: { in MergePartialFromCodedStreamInlined() 630 case WireFormatLite::TYPE_ENUM | kOneofMask: { in MergePartialFromCodedStreamInlined() 814 case WireFormatLite::TYPE_ENUM: { in MergePartialFromCodedStreamInlined() 833 int, WireFormatLite::TYPE_ENUM>(input, &value)))) { in MergePartialFromCodedStreamInlined()
|
D | wire_format.cc | 177 if (!WireFormatLite::ReadPrimitive<int, WireFormatLite::TYPE_ENUM>( in ReadPackedEnumPreserveUnknowns() 533 case FieldDescriptor::TYPE_ENUM: { in ParseAndMergeField() 536 if (!WireFormatLite::ReadPrimitive<int, WireFormatLite::TYPE_ENUM>( in ParseAndMergeField() 606 case FieldDescriptor::TYPE_ENUM: { in ParseAndMergeField() 608 if (!WireFormatLite::ReadPrimitive<int, WireFormatLite::TYPE_ENUM>( in ParseAndMergeField() 755 case FieldDescriptor::TYPE_ENUM: in SerializeMapKeyWithCachedSizes() 1002 case FieldDescriptor::TYPE_ENUM: { in SerializeFieldWithCachedSizes() 1156 case FieldDescriptor::TYPE_ENUM: in MapKeyDataOnlyByteSize() 1306 case FieldDescriptor::TYPE_ENUM: { in FieldDataOnlyByteSize()
|
/external/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_field_base.cc | 200 case FieldDescriptor::TYPE_ENUM: in type_name() 256 case FieldDescriptor::TYPE_ENUM: in has_default_value() 325 case FieldDescriptor::TYPE_ENUM: in default_value() 400 case FieldDescriptor::TYPE_ENUM: in capitalized_type_name()
|
D | csharp_helpers.cc | 91 case FieldDescriptor::TYPE_ENUM: in GetCSharpType() 423 case FieldDescriptor::TYPE_ENUM : return -1; in GetFixedSize() 506 case FieldDescriptor::TYPE_ENUM: in CreateFieldGenerator() 535 case FieldDescriptor::TYPE_ENUM: in IsNullable()
|
/external/perfetto/src/protozero/protoc_plugin/ |
D | protozero_plugin.cc | 158 if (field->type() != FieldDescriptor::TYPE_ENUM) in IsTinyEnumField() 179 case FieldDescriptor::TYPE_ENUM: in FieldTypeToProtozeroWireType() 213 case FieldDescriptor::TYPE_ENUM: in FieldTypeToPackedBufferType() 316 } else if (field->type() == FieldDescriptor::TYPE_ENUM) { in CollectDependencies() 522 case FieldDescriptor::TYPE_ENUM: { in GenerateSimpleFieldDescriptor() 653 case FieldDescriptor::TYPE_ENUM: in GenerateDecoder()
|
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/ |
D | Extension.java | 71 public static final int TYPE_ENUM = InternalNano.TYPE_ENUM; field in Extension 435 case TYPE_ENUM: in writeSingularData() 544 case TYPE_ENUM: in writeRepeatedData() 617 case TYPE_ENUM: in computePackedDataSize() 684 case TYPE_ENUM: in computeSingularSerializedSize()
|
/external/protobuf/src/google/protobuf/util/ |
D | type_resolver_util_test.cc | 230 EXPECT_TRUE(HasField(type, Field::CARDINALITY_OPTIONAL, Field::TYPE_ENUM, in TEST_F() 232 EXPECT_TRUE(HasField(type, Field::CARDINALITY_OPTIONAL, Field::TYPE_ENUM, in TEST_F() 291 EXPECT_TRUE(HasField(type, Field::CARDINALITY_REPEATED, Field::TYPE_ENUM, in TEST_F() 293 EXPECT_TRUE(HasField(type, Field::CARDINALITY_REPEATED, Field::TYPE_ENUM, in TEST_F()
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | ResourceTable.java | 42 new flag_entry("enum", ResTable_map.TYPE_ENUM, null),
|
/external/tensorflow/tensorflow/core/util/proto/ |
D | decode.h | 291 inline const uint8* ReadFromArray<int, WireFormatLite::TYPE_ENUM>( 465 case WireFormatLite::TYPE_ENUM: in ReadValue() 466 return ReadPrimitive<int32, int32, WireFormatLite::TYPE_ENUM>( in ReadValue() 592 case WireFormatLite::TYPE_ENUM: in ReadPackedFromArray() 593 *index += ReadPackedPrimitives<int32, WireFormatLite::TYPE_ENUM>( in ReadPackedFromArray()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_map_field.cc | 89 if (!IsProto3Field(descriptor) && val->type() == FieldDescriptor::TYPE_ENUM) { in SetMessageVariables() 183 value_field->type() != FieldDescriptor::TYPE_ENUM) { in GenerateMergeFromCodedStream()
|
/external/perfetto/src/perfetto_cmd/ |
D | pbtxt_to_pb.cc | 94 case FieldDescriptorProto::TYPE_ENUM: in FieldToTypeName() 199 case FieldDescriptorProto::TYPE_ENUM: in NumericField() 279 FieldDescriptorProto::TYPE_BOOL, FieldDescriptorProto::TYPE_ENUM, in IdentifierField() 298 } else if (field_type == FieldDescriptorProto::TYPE_ENUM) { in IdentifierField()
|