/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_field_base.cc | 223 wrapped_field->type() == FieldDescriptor::TYPE_BYTES) { in type_name() 248 case FieldDescriptor::TYPE_BYTES: in type_name() 290 case FieldDescriptor::TYPE_BYTES: in has_default_value() 390 case FieldDescriptor::TYPE_BYTES: in default_value() 438 case FieldDescriptor::TYPE_BYTES: in capitalized_type_name()
|
D | csharp_helpers.cc | 95 case FieldDescriptor::TYPE_BYTES: in GetCSharpType() 451 case FieldDescriptor::TYPE_BYTES : return -1; in GetFixedSize() 579 case FieldDescriptor::TYPE_BYTES: in IsNullable()
|
D | csharp_wrapper_field.cc | 56 wrapped_field->type() != FieldDescriptor::TYPE_BYTES; in WrapperFieldGenerator()
|
D | csharp_primitive_field.cc | 55 && descriptor->type() != FieldDescriptor::TYPE_BYTES; in PrimitiveFieldGenerator()
|
/third_party/protobuf/php/src/Google/Protobuf/Field/ |
D | Kind.php | 93 const TYPE_BYTES = 12; define in Google\\Protobuf\\Field\\Kind 144 self::TYPE_BYTES => 'TYPE_BYTES',
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/ |
D | Type.php | 79 const TYPE_BYTES = 12; define in Google\\Protobuf\\Internal\\FieldDescriptorProto\\Type 121 self::TYPE_BYTES => 'TYPE_BYTES',
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | type_checkers.py | 330 _FieldDescriptor.TYPE_BYTES: wire_format.BytesByteSize, 353 _FieldDescriptor.TYPE_BYTES: encoder.BytesEncoder, 376 _FieldDescriptor.TYPE_BYTES: encoder.BytesSizer, 399 _FieldDescriptor.TYPE_BYTES: decoder.BytesDecoder, 423 _FieldDescriptor.TYPE_BYTES:
|
D | wire_format.py | 255 descriptor.FieldDescriptor.TYPE_BYTES
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
D | datapiece.cc | 218 case TYPE_BYTES: { in ToString() 248 case TYPE_BYTES: { in ValueAsStringOrDefault() 261 if (type_ == TYPE_BYTES) return str_.ToString(); in ToBytes() 413 case TYPE_BYTES: in InternalCopy()
|
D | datapiece.h | 73 TYPE_BYTES = 10, enumerator 100 : type_(TYPE_BYTES), in DataPiece()
|
D | object_writer.cc | 76 case DataPiece::TYPE_BYTES: { in RenderDataPieceTo()
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 347 case FieldDescriptor::TYPE_BYTES: in GetJavaType() 474 case FieldDescriptor::TYPE_BYTES: in FieldTypeName() 542 if (GetType(field) == FieldDescriptor::TYPE_BYTES) { in DefaultValue() 755 case FieldDescriptor::TYPE_BYTES: { in GetCapitalizedType() 809 case FieldDescriptor::TYPE_BYTES: in FixedSize() 952 } else if (result > FieldDescriptor::TYPE_BYTES) { in GetExperimentalJavaFieldTypeForPacked()
|
/third_party/protobuf/src/google/protobuf/ |
D | generated_message_util.cc | 245 struct PrimitiveTypeHelper<WireFormatLite::TYPE_BYTES> 387 struct SingularFieldHelper<WireFormatLite::TYPE_BYTES> 457 struct RepeatedFieldHelper<WireFormatLite::TYPE_BYTES> 523 struct PackedFieldHelper<WireFormatLite::TYPE_BYTES> 578 bool IsNull<WireFormatLite::TYPE_BYTES>(const void* ptr) { in IsNull() 638 SERIALIZERS_FOR_TYPE(WireFormatLite::TYPE_BYTES); in SerializeInternal() 683 SERIALIZERS_FOR_TYPE(WireFormatLite::TYPE_BYTES); in SerializeInternalToArray()
|
D | generated_message_reflection.h | 246 type == FieldDescriptor::TYPE_BYTES) { in OffsetValue() 255 type == FieldDescriptor::TYPE_BYTES) { in Inlined()
|
D | any.cc | 76 (*value_field)->type() == FieldDescriptor::TYPE_BYTES); in GetAnyFieldDescriptors()
|
D | generated_message_table_driven_lite.h | 158 case WireFormatLite::TYPE_BYTES: in ClearOneofField() 467 case WireFormatLite::TYPE_BYTES: in MergePartialFromCodedStreamInlined() 501 case WireFormatLite::TYPE_BYTES | kOneofMask: in MergePartialFromCodedStreamInlined() 523 case (WireFormatLite::TYPE_BYTES) | kRepeatedMask: in MergePartialFromCodedStreamInlined() 824 case WireFormatLite::TYPE_BYTES: in MergePartialFromCodedStreamInlined()
|
D | extension_set_inl.h | 76 case WireFormatLite::TYPE_BYTES: in ParseFieldWithExtensionInfo() 162 case WireFormatLite::TYPE_BYTES: in ParseFieldWithExtensionInfo()
|
D | wire_format.cc | 512 case FieldDescriptor::TYPE_BYTES: in ParseAndMergeField() 591 case FieldDescriptor::TYPE_BYTES: { in ParseAndMergeField() 883 case FieldDescriptor::TYPE_BYTES: in _InternalParseAndMergeField() 978 case FieldDescriptor::TYPE_BYTES: { in _InternalParseAndMergeField() 1073 case FieldDescriptor::TYPE_BYTES: in SerializeMapKeyWithCachedSizes() 1127 case FieldDescriptor::TYPE_BYTES: in SerializeMapValueRefWithCachedSizes() 1407 case FieldDescriptor::TYPE_BYTES: { in InternalSerializeField() 1535 case FieldDescriptor::TYPE_BYTES: in MapKeyDataOnlyByteSize() 1702 case FieldDescriptor::TYPE_BYTES: { in FieldDataOnlyByteSize()
|
D | extension_set.cc | 1282 case WireFormatLite::TYPE_BYTES: in ParseFieldWithExtensionInfo() 1354 case WireFormatLite::TYPE_BYTES: { in ParseFieldWithExtensionInfo() 1357 ? AddString(number, WireFormatLite::TYPE_BYTES, in ParseFieldWithExtensionInfo() 1359 : MutableString(number, WireFormatLite::TYPE_BYTES, in ParseFieldWithExtensionInfo() 1604 case WireFormatLite::TYPE_BYTES: in ByteSize() 1967 case WireFormatLite::TYPE_BYTES: in InternalSerializeFieldWithCachedSizesToArray()
|
/third_party/protobuf/src/google/protobuf/util/ |
D | type_resolver_util_test.cc | 209 EXPECT_TRUE(HasField(type, Field::CARDINALITY_OPTIONAL, Field::TYPE_BYTES, in TEST_F() 270 EXPECT_TRUE(HasField(type, Field::CARDINALITY_REPEATED, Field::TYPE_BYTES, in TEST_F() 326 EXPECT_TRUE(HasField(type, Field::CARDINALITY_OPTIONAL, Field::TYPE_BYTES, in TEST_F()
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_helpers.cc | 658 case FieldDescriptor::TYPE_BYTES: in GetCapitalizedType() 706 case FieldDescriptor::TYPE_BYTES: in GetObjectiveCType() 785 if (field->type() == FieldDescriptor::TYPE_BYTES) { in GPBGenericValueFieldName() 845 if (field->type() == FieldDescriptor::TYPE_BYTES) { in DefaultValue()
|
/third_party/protobuf/src/google/protobuf/compiler/ruby/ |
D | ruby_generator.cc | 109 case FieldDescriptor::TYPE_BYTES: return "bytes"; in TypeName() 154 } else if (field->type() == FieldDescriptor::TYPE_BYTES) { in DefaultValueForField()
|
/third_party/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.cc | 536 if (field->type() == FieldDescriptor::TYPE_BYTES) { in JSGetterName() 907 case FieldDescriptor::TYPE_BYTES: in ProtoTypeName() 927 if (field->type() == FieldDescriptor::TYPE_BYTES) { in JSStringTypeName() 1052 if (field->type() == FieldDescriptor::TYPE_BYTES && in JSFieldTypeAnnotation() 1151 case FieldDescriptor::TYPE_BYTES: in JSTypeTag() 1327 if (field->type() == FieldDescriptor::TYPE_BYTES && bytes_mode == BYTES_U8) { in FieldComments() 2373 } else if (field->type() == FieldDescriptor::TYPE_BYTES) { in GenerateClassFieldToObject() 2707 field->type() == FieldDescriptor::TYPE_BYTES && !options.binary in GenerateClassField() 2773 if (field->type() == FieldDescriptor::TYPE_BYTES && !untyped) { in GenerateClassField()
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_primitive_field.cc | 86 case FieldDescriptor::TYPE_BYTES: in FixedSize()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_query.c | 196 ENUM(TYPE_BYTES); in query_type()
|