Home
last modified time | relevance | path

Searched refs:TYPE_ENUM (Results 1 – 25 of 109) sorted by relevance

12345

/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-optimizer-options.pbtxt33 type: TYPE_ENUM
40 type: TYPE_ENUM
Dtensorflow.-attr-value.pbtxt37 type: TYPE_ENUM
119 type: TYPE_ENUM
Dtensorflow.-log-message.pbtxt9 type: TYPE_ENUM
Dtensorflow.-session-log.pbtxt9 type: TYPE_ENUM
Dtensorflow.summary.-session-log.pbtxt9 type: TYPE_ENUM
Dtensorflow.-summary-metadata.pbtxt28 type: TYPE_ENUM
Dtensorflow.train.-saver-def.pbtxt45 type: TYPE_ENUM
Dtensorflow.-attr-value.-list-value.pbtxt42 type: TYPE_ENUM
Dtensorflow.-run-options.pbtxt9 type: TYPE_ENUM
Dtensorflow.-tensor-info.pbtxt32 type: TYPE_ENUM
/external/protobuf/php/src/Google/Protobuf/Field/
DKind.php105 const TYPE_ENUM = 14; define in Google\\Protobuf\\Field\\Kind
146 self::TYPE_ENUM => 'TYPE_ENUM',
/external/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/
DType.php87 const TYPE_ENUM = 14; define in Google\\Protobuf\\Internal\\FieldDescriptorProto\\Type
123 self::TYPE_ENUM => 'TYPE_ENUM',
/external/protobuf/python/google/protobuf/internal/
Dtype_checkers.py301 _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/
Dextension_set_inl.h69 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()
Dgenerated_message_table_driven_lite.h315 (!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()
Dwire_format.cc177 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/
Dcsharp_field_base.cc200 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()
Dcsharp_helpers.cc91 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/
Dprotozero_plugin.cc158 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/
DExtension.java71 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/
Dtype_resolver_util_test.cc230 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/
DResourceTable.java42 new flag_entry("enum", ResTable_map.TYPE_ENUM, null),
/external/tensorflow/tensorflow/core/util/proto/
Ddecode.h291 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/
Dcpp_map_field.cc89 if (!IsProto3Field(descriptor) && val->type() == FieldDescriptor::TYPE_ENUM) { in SetMessageVariables()
183 value_field->type() != FieldDescriptor::TYPE_ENUM) { in GenerateMergeFromCodedStream()
/external/perfetto/src/perfetto_cmd/
Dpbtxt_to_pb.cc94 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()

12345