Home
last modified time | relevance | path

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

/external/protobuf/python/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/java/
Djava_primitive_field.cc104 case FieldDescriptor::TYPE_SINT64 : return "SInt64" ; in GetCapitalizedType()
133 case FieldDescriptor::TYPE_SINT64 : return -1; in FixedSize()
Djava_extension.cc56 case FieldDescriptor::TYPE_SINT64 : return "SINT64"; in TypeName()
Djava_helpers.cc197 case FieldDescriptor::TYPE_SINT64: in GetJavaType()
/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.cc269 case FieldDescriptor::TYPE_SINT64: in GetJavaType()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc59 case FieldDescriptor::TYPE_SINT64 : return -1; in FixedSize()
Dcpp_helpers.cc220 case FieldDescriptor::TYPE_SINT64 : return "SInt64"; in DeclaredTypeMethodName()
/external/protobuf/python/google/protobuf/
Ddescriptor.py345 TYPE_SINT64 = 18 variable in FieldDescriptor
Dtext_format.py241 descriptor.FieldDescriptor.TYPE_SINT64,
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc80 result["sint64" ] = FieldDescriptorProto::TYPE_SINT64; in MakeTypeNameTable()
544 case FieldDescriptorProto::TYPE_SINT64: in ParseDefaultAssignment()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.h116 TYPE_SINT64 = 18, enumerator
Ddescriptor.proto99 // take 10 bytes. Use TYPE_SINT64 if negative
119 TYPE_SINT64 = 18; // Uses ZigZag encoding. enumerator
Ddescriptor.h320 TYPE_SINT64 = 18, // int64, ZigZag-encoded varint on the wire enumerator
Dwire_format_lite_inl.h94 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_SINT64>(
Ddescriptor_unittest.cc1576 EXPECT_EQ(FD::CPPTYPE_INT64 , GetCppTypeForFieldType(FD::TYPE_SINT64 )); in TEST_F()
Ddescriptor.cc4355 case FieldDescriptor::TYPE_SINT64: in SetInt64()
Ddescriptor.pb.h763 static const Type TYPE_SINT64 = FieldDescriptorProto_Type_TYPE_SINT64; variable
Ddescriptor.pb.cc2186 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SINT64; member in google::protobuf::FieldDescriptorProto