Home
last modified time | relevance | path

Searched refs:TYPE_BYTES (Results 1 – 25 of 63) sorted by relevance

123

/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_field_base.cc223 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()
Dcsharp_helpers.cc95 case FieldDescriptor::TYPE_BYTES: in GetCSharpType()
451 case FieldDescriptor::TYPE_BYTES : return -1; in GetFixedSize()
579 case FieldDescriptor::TYPE_BYTES: in IsNullable()
Dcsharp_wrapper_field.cc56 wrapped_field->type() != FieldDescriptor::TYPE_BYTES; in WrapperFieldGenerator()
Dcsharp_primitive_field.cc55 && descriptor->type() != FieldDescriptor::TYPE_BYTES; in PrimitiveFieldGenerator()
/third_party/protobuf/php/src/Google/Protobuf/Field/
DKind.php93 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/
DType.php79 const TYPE_BYTES = 12; define in Google\\Protobuf\\Internal\\FieldDescriptorProto\\Type
121 self::TYPE_BYTES => 'TYPE_BYTES',
/third_party/protobuf/python/google/protobuf/internal/
Dtype_checkers.py330 _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:
Dwire_format.py255 descriptor.FieldDescriptor.TYPE_BYTES
/third_party/protobuf/src/google/protobuf/util/internal/
Ddatapiece.cc218 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()
Ddatapiece.h73 TYPE_BYTES = 10, enumerator
100 : type_(TYPE_BYTES), in DataPiece()
Dobject_writer.cc76 case DataPiece::TYPE_BYTES: { in RenderDataPieceTo()
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc347 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/
Dgenerated_message_util.cc245 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()
Dgenerated_message_reflection.h246 type == FieldDescriptor::TYPE_BYTES) { in OffsetValue()
255 type == FieldDescriptor::TYPE_BYTES) { in Inlined()
Dany.cc76 (*value_field)->type() == FieldDescriptor::TYPE_BYTES); in GetAnyFieldDescriptors()
Dgenerated_message_table_driven_lite.h158 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()
Dextension_set_inl.h76 case WireFormatLite::TYPE_BYTES: in ParseFieldWithExtensionInfo()
162 case WireFormatLite::TYPE_BYTES: in ParseFieldWithExtensionInfo()
Dwire_format.cc512 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()
Dextension_set.cc1282 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/
Dtype_resolver_util_test.cc209 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/
Dobjectivec_helpers.cc658 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/
Druby_generator.cc109 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/
Djs_generator.cc536 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/
Dcpp_primitive_field.cc86 case FieldDescriptor::TYPE_BYTES: in FixedSize()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query.c196 ENUM(TYPE_BYTES); in query_type()

123