/external/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_field_base.cc | 168 wrapped_field->type() == FieldDescriptor::TYPE_BYTES) { in type_name() 193 case FieldDescriptor::TYPE_BYTES: in type_name() 235 case FieldDescriptor::TYPE_BYTES: in has_default_value() 274 case FieldDescriptor::TYPE_BYTES: in is_nullable_type() 360 case FieldDescriptor::TYPE_BYTES: in default_value() 408 case FieldDescriptor::TYPE_BYTES: in capitalized_type_name()
|
D | csharp_wrapper_field.cc | 57 wrapped_field->type() != FieldDescriptor::TYPE_BYTES; in WrapperFieldGenerator()
|
D | csharp_primitive_field.cc | 56 && descriptor->type() != FieldDescriptor::TYPE_BYTES; in PrimitiveFieldGenerator()
|
D | csharp_helpers.cc | 95 case FieldDescriptor::TYPE_BYTES: in GetCSharpType() 400 case FieldDescriptor::TYPE_BYTES : return -1; in GetFixedSize()
|
/external/nanopb-c/generator/google/protobuf/internal/ |
D | type_checkers.py | 185 _FieldDescriptor.TYPE_BYTES: wire_format.BytesByteSize, 208 _FieldDescriptor.TYPE_BYTES: encoder.BytesEncoder, 231 _FieldDescriptor.TYPE_BYTES: encoder.BytesSizer, 254 _FieldDescriptor.TYPE_BYTES: decoder.BytesDecoder, 278 _FieldDescriptor.TYPE_BYTES:
|
D | wire_format.py | 255 descriptor.FieldDescriptor.TYPE_BYTES
|
/external/protobuf/python/google/protobuf/internal/ |
D | type_checkers.py | 251 _FieldDescriptor.TYPE_BYTES: wire_format.BytesByteSize, 274 _FieldDescriptor.TYPE_BYTES: encoder.BytesEncoder, 297 _FieldDescriptor.TYPE_BYTES: encoder.BytesSizer, 320 _FieldDescriptor.TYPE_BYTES: decoder.BytesDecoder, 344 _FieldDescriptor.TYPE_BYTES:
|
D | wire_format.py | 255 descriptor.FieldDescriptor.TYPE_BYTES
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 291 case FieldDescriptor::TYPE_BYTES: in GetJavaType() 365 case FieldDescriptor::TYPE_BYTES : return "BYTES"; in FieldTypeName() 429 if (GetType(field) == FieldDescriptor::TYPE_BYTES) { in DefaultValue() 638 case FieldDescriptor::TYPE_BYTES : { in GetCapitalizedType() 674 case FieldDescriptor::TYPE_BYTES : return -1; in FixedSize()
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | datapiece.h | 74 TYPE_BYTES = 10, enumerator 92 : type_(TYPE_BYTES), in DataPiece()
|
D | datapiece.cc | 207 case TYPE_BYTES: { in ToString() 236 case TYPE_BYTES: { in ValueAsStringOrDefault() 249 if (type_ == TYPE_BYTES) return str_.ToString(); in ToBytes()
|
D | object_writer.cc | 76 case DataPiece::TYPE_BYTES: { in RenderDataPieceTo()
|
/external/protobuf/src/google/protobuf/util/ |
D | type_resolver_util_test.cc | 193 Field::TYPE_BYTES, "optional_bytes", 15)); in TEST_F() 249 Field::TYPE_BYTES, "repeated_bytes", 45)); in TEST_F() 303 Field::TYPE_BYTES, "oneof_bytes", 114)); in TEST_F()
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_helpers.cc | 228 case FieldDescriptor::TYPE_BYTES: in GetJavaType() 316 if (field->type() == FieldDescriptor::TYPE_BYTES) { in DefaultValue()
|
D | javamicro_primitive_field.cc | 111 case FieldDescriptor::TYPE_BYTES : return "Bytes" ; in GetCapitalizedType() 145 case FieldDescriptor::TYPE_BYTES : return -1; in FixedSize()
|
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/ |
D | Extension.java | 69 public static final int TYPE_BYTES = InternalNano.TYPE_BYTES; field in Extension 427 case TYPE_BYTES: in writeSingularData() 678 case TYPE_BYTES: in computeSingularSerializedSize()
|
D | InternalNano.java | 62 public static final int TYPE_BYTES = 12; field in InternalNano 345 case TYPE_BYTES: in primitiveDefaultValue()
|
/external/protobuf/src/google/protobuf/ |
D | any.cc | 109 (*value_field)->type() == FieldDescriptor::TYPE_BYTES); in GetAnyFieldDescriptors()
|
D | wire_format.cc | 562 case FieldDescriptor::TYPE_BYTES: in ParseAndMergeField() 661 case FieldDescriptor::TYPE_BYTES: { in ParseAndMergeField() 928 case FieldDescriptor::TYPE_BYTES: { in SerializeFieldWithCachedSizes() 1096 case FieldDescriptor::TYPE_BYTES: { in FieldDataOnlyByteSize()
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_extension.cc | 65 case FieldDescriptor::TYPE_BYTES : return "TYPE_BYTES" ; in GetTypeConstantName()
|
D | javanano_primitive_field.cc | 113 case FieldDescriptor::TYPE_BYTES : return "Bytes" ; in GetCapitalizedType() 147 case FieldDescriptor::TYPE_BYTES : return -1; in FixedSize() 189 if (descriptor->type() == FieldDescriptor::TYPE_BYTES) { in SetPrimitiveVariables()
|
D | javanano_helpers.cc | 325 case FieldDescriptor::TYPE_BYTES: in GetJavaType() 460 if (field->type() == FieldDescriptor::TYPE_BYTES) { in DefaultValue()
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_helpers.cc | 538 case FieldDescriptor::TYPE_BYTES: in GetCapitalizedType() 586 case FieldDescriptor::TYPE_BYTES: in GetObjectiveCType() 665 if (field->type() == FieldDescriptor::TYPE_BYTES) { in GPBGenericValueFieldName() 725 if (field->type() == FieldDescriptor::TYPE_BYTES) { in DefaultValue()
|
/external/nanopb-c/generator/google/protobuf/ |
D | descriptor.py | 373 TYPE_BYTES = 12 variable in FieldDescriptor 412 TYPE_BYTES: CPPTYPE_STRING,
|
/external/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.cc | 501 if (field->type() == FieldDescriptor::TYPE_BYTES) { in JSGetterName() 828 case FieldDescriptor::TYPE_BYTES: in ProtoTypeName() 848 if (field->type() == FieldDescriptor::TYPE_BYTES) { in JSStringTypeName() 903 (field->type() != FieldDescriptor::TYPE_BYTES || in JSFieldTypeAnnotation() 910 if (field->type() == FieldDescriptor::TYPE_BYTES && in JSFieldTypeAnnotation() 1125 if (field->type() == FieldDescriptor::TYPE_BYTES && bytes_mode == BYTES_U8) { in FieldComments() 1946 field->type() == FieldDescriptor::TYPE_BYTES) { in GenerateClassFieldToObject() 2196 field->type() == FieldDescriptor::TYPE_BYTES && !options.binary ? in GenerateClassField() 2284 if (field->type() == FieldDescriptor::TYPE_BYTES && !untyped) { in GenerateClassField()
|