Home
last modified time | relevance | path

Searched refs:TYPE_SINT64 (Results 1 – 25 of 27) 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/python/google/protobuf/internal/
Dtype_checkers.py233 _FieldDescriptor.TYPE_SINT64: wire_format.SInt64ByteSize
256 _FieldDescriptor.TYPE_SINT64: encoder.SInt64Encoder,
279 _FieldDescriptor.TYPE_SINT64: encoder.SInt64Sizer,
302 _FieldDescriptor.TYPE_SINT64: decoder.SInt64Decoder,
327 _FieldDescriptor.TYPE_SINT64: wire_format.WIRETYPE_VARINT,
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
DExtension.java75 public static final int TYPE_SINT64 = 18; field in Extension
391 case TYPE_SINT64: in readData()
486 case TYPE_SINT64: in writeSingularData()
569 case TYPE_SINT64: in writeRepeatedData()
640 case TYPE_SINT64: in computePackedDataSize()
733 case TYPE_SINT64: in computeSingularSerializedSize()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc274 case FieldDescriptor::TYPE_SINT64: in GetJavaType()
338 case FieldDescriptor::TYPE_SINT64 : return "SINT64"; in FieldTypeName()
611 case FieldDescriptor::TYPE_SINT64 : return "SInt64"; in GetCapitalizedType()
642 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.cc294 case FieldDescriptor::TYPE_SINT64: in GetJavaType()
/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.py400 TYPE_SINT64 = 18 variable in FieldDescriptor
424 TYPE_SINT64: CPPTYPE_INT64,
Dtext_format.py415 descriptor.FieldDescriptor.TYPE_SINT64,
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc59 case FieldDescriptor::TYPE_SINT64 : return -1; in FixedSize()
Dcpp_helpers.cc236 case FieldDescriptor::TYPE_SINT64 : return "SInt64"; in DeclaredTypeMethodName()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.h114 TYPE_SINT64 = 18, enumerator
Ddescriptor_unittest.cc1739 EXPECT_STREQ("sint64" , GetTypeNameForFieldType(FD::TYPE_SINT64 )); in TEST_F()
1764 EXPECT_STREQ("sint64" , FD::TypeName(FD::TYPE_SINT64 )); in TEST_F()
1789 EXPECT_EQ(FD::CPPTYPE_INT64 , GetCppTypeForFieldType(FD::TYPE_SINT64 )); in TEST_F()
1814 EXPECT_STREQ("int64" , GetCppTypeNameForFieldType(FD::TYPE_SINT64 )); in TEST_F()
1856 EXPECT_TRUE(NULL == GetMessageDescriptorForFieldType(FD::TYPE_SINT64 )); in TEST_F()
1881 EXPECT_TRUE(NULL == GetEnumDescriptorForFieldType(FD::TYPE_SINT64 )); in TEST_F()
Ddescriptor.h369 TYPE_SINT64 = 18, // int64, ZigZag-encoded varint on the wire enumerator
Ddescriptor.proto111 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
132 TYPE_SINT64 = 18; // Uses ZigZag encoding. enumerator
Dwire_format_lite_inl.h98 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_SINT64>(
Ddescriptor.cc5340 case FieldDescriptor::TYPE_SINT64: in SetInt64()
Ddescriptor.pb.h791 static const Type TYPE_SINT64 = FieldDescriptorProto_Type_TYPE_SINT64; variable
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc80 result["sint64" ] = FieldDescriptorProto::TYPE_SINT64; in MakeTypeNameTable()
850 case FieldDescriptorProto::TYPE_SINT64: in ParseDefaultAssignment()
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto109 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
130 TYPE_SINT64 = 18; // Uses ZigZag encoding. enumerator
/external/nanopb-c/generator/
Dnanopb_generator.py60 FieldD.TYPE_SINT64: ('int64_t', 'SINT64', 10),

12