Home
last modified time | relevance | path

Searched refs:TYPE_SINT64 (Results 1 – 25 of 41) sorted by relevance

12

/external/nanopb-c/generator/google/protobuf/internal/
Dtype_checkers.py191 _FieldDescriptor.TYPE_SINT64: wire_format.SInt64ByteSize
214 _FieldDescriptor.TYPE_SINT64: encoder.SInt64Encoder,
237 _FieldDescriptor.TYPE_SINT64: encoder.SInt64Sizer,
260 _FieldDescriptor.TYPE_SINT64: decoder.SInt64Decoder,
285 _FieldDescriptor.TYPE_SINT64: wire_format.WIRETYPE_VARINT,
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_field_base.cc203 case FieldDescriptor::TYPE_SINT64: in type_name()
245 case FieldDescriptor::TYPE_SINT64: in has_default_value()
268 case FieldDescriptor::TYPE_SINT64: in is_nullable_type()
370 case FieldDescriptor::TYPE_SINT64: in default_value()
418 case FieldDescriptor::TYPE_SINT64: in capitalized_type_name()
Dcsharp_helpers.cc75 case FieldDescriptor::TYPE_SINT64: in GetCSharpType()
388 case FieldDescriptor::TYPE_SINT64 : return -1; in GetFixedSize()
/external/protobuf/python/google/protobuf/internal/
Dtype_checkers.py257 _FieldDescriptor.TYPE_SINT64: wire_format.SInt64ByteSize
280 _FieldDescriptor.TYPE_SINT64: encoder.SInt64Encoder,
303 _FieldDescriptor.TYPE_SINT64: encoder.SInt64Sizer,
326 _FieldDescriptor.TYPE_SINT64: decoder.SInt64Decoder,
351 _FieldDescriptor.TYPE_SINT64: wire_format.WIRETYPE_VARINT,
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DExtension.java75 public static final int TYPE_SINT64 = InternalNano.TYPE_SINT64; field in Extension
451 case TYPE_SINT64: in writeSingularData()
534 case TYPE_SINT64: in writeRepeatedData()
605 case TYPE_SINT64: in computePackedDataSize()
698 case TYPE_SINT64: in computeSingularSerializedSize()
DInternalNano.java68 public static final int TYPE_SINT64 = 18; field in InternalNano
362 case TYPE_SINT64: in primitiveDefaultValue()
DCodedOutputByteBufferNano.java1151 case InternalNano.TYPE_SINT64: in computeFieldSize()
1229 case InternalNano.TYPE_SINT64: in writeField()
DCodedInputByteBufferNano.java691 case InternalNano.TYPE_SINT64: in readPrimitiveField()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc274 case FieldDescriptor::TYPE_SINT64: in GetJavaType()
358 case FieldDescriptor::TYPE_SINT64 : return "SINT64"; in FieldTypeName()
631 case FieldDescriptor::TYPE_SINT64 : return "SInt64"; in GetCapitalizedType()
662 case FieldDescriptor::TYPE_SINT64 : return -1; in FixedSize()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_primitive_field.cc104 case FieldDescriptor::TYPE_SINT64 : return "SInt64" ; in GetCapitalizedType()
133 case FieldDescriptor::TYPE_SINT64 : return -1; in FixedSize()
Djavamicro_helpers.cc211 case FieldDescriptor::TYPE_SINT64: in GetJavaType()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_extension.cc58 case FieldDescriptor::TYPE_SINT64 : return "TYPE_SINT64" ; in GetTypeConstantName()
Djavanano_primitive_field.cc106 case FieldDescriptor::TYPE_SINT64 : return "SInt64" ; in GetCapitalizedType()
135 case FieldDescriptor::TYPE_SINT64 : return -1; in FixedSize()
Djavanano_helpers.cc308 case FieldDescriptor::TYPE_SINT64: in GetJavaType()
/external/protobuf/src/google/protobuf/util/
Dtype_resolver_util_test.cc175 Field::TYPE_SINT64, "optional_sint64", 6)); in TEST_F()
231 Field::TYPE_SINT64, "repeated_sint64", 36)); in TEST_F()
/external/nanopb-c/generator/google/protobuf/
Ddescriptor.py379 TYPE_SINT64 = 18 variable in FieldDescriptor
403 TYPE_SINT64: CPPTYPE_INT64,
Dtext_format.py261 descriptor.FieldDescriptor.TYPE_SINT64,
/external/protobuf/python/google/protobuf/
Ddescriptor.py439 TYPE_SINT64 = 18 variable in FieldDescriptor
463 TYPE_SINT64: CPPTYPE_INT64,
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc59 case FieldDescriptor::TYPE_SINT64 : return -1; in FixedSize()
Dcpp_helpers.cc318 case FieldDescriptor::TYPE_SINT64 : return "SInt64"; in DeclaredTypeMethodName()
/external/protobuf/src/google/protobuf/
Dtype.proto102 TYPE_SINT64 = 18; enumerator
Dwire_format_lite.h114 TYPE_SINT64 = 18, enumerator
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc524 case FieldDescriptor::TYPE_SINT64: in GetCapitalizedType()
566 case FieldDescriptor::TYPE_SINT64: in GetObjectiveCType()
Dobjectivec_message.cc95 case FieldDescriptor::TYPE_SINT64: in OrderGroupForFieldDescriptor()
/external/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator.cc98 case FieldDescriptor::TYPE_SINT64: return "sint64"; in TypeName()

12