Searched refs:TYPE_SINT64 (Results 1 – 19 of 19) sorted by relevance
/external/protobuf/python/google/protobuf/internal/ |
D | type_checkers.py | 191 _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/ |
D | java_primitive_field.cc | 104 case FieldDescriptor::TYPE_SINT64 : return "SInt64" ; in GetCapitalizedType() 133 case FieldDescriptor::TYPE_SINT64 : return -1; in FixedSize()
|
D | java_extension.cc | 56 case FieldDescriptor::TYPE_SINT64 : return "SINT64"; in TypeName()
|
D | java_helpers.cc | 197 case FieldDescriptor::TYPE_SINT64: in GetJavaType()
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_primitive_field.cc | 104 case FieldDescriptor::TYPE_SINT64 : return "SInt64" ; in GetCapitalizedType() 133 case FieldDescriptor::TYPE_SINT64 : return -1; in FixedSize()
|
D | javamicro_helpers.cc | 269 case FieldDescriptor::TYPE_SINT64: in GetJavaType()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_primitive_field.cc | 59 case FieldDescriptor::TYPE_SINT64 : return -1; in FixedSize()
|
D | cpp_helpers.cc | 220 case FieldDescriptor::TYPE_SINT64 : return "SInt64"; in DeclaredTypeMethodName()
|
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 345 TYPE_SINT64 = 18 variable in FieldDescriptor
|
D | text_format.py | 241 descriptor.FieldDescriptor.TYPE_SINT64,
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 80 result["sint64" ] = FieldDescriptorProto::TYPE_SINT64; in MakeTypeNameTable() 544 case FieldDescriptorProto::TYPE_SINT64: in ParseDefaultAssignment()
|
/external/protobuf/src/google/protobuf/ |
D | wire_format_lite.h | 116 TYPE_SINT64 = 18, enumerator
|
D | descriptor.proto | 99 // take 10 bytes. Use TYPE_SINT64 if negative 119 TYPE_SINT64 = 18; // Uses ZigZag encoding. enumerator
|
D | descriptor.h | 320 TYPE_SINT64 = 18, // int64, ZigZag-encoded varint on the wire enumerator
|
D | wire_format_lite_inl.h | 94 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_SINT64>(
|
D | descriptor_unittest.cc | 1576 EXPECT_EQ(FD::CPPTYPE_INT64 , GetCppTypeForFieldType(FD::TYPE_SINT64 )); in TEST_F()
|
D | descriptor.cc | 4355 case FieldDescriptor::TYPE_SINT64: in SetInt64()
|
D | descriptor.pb.h | 763 static const Type TYPE_SINT64 = FieldDescriptorProto_Type_TYPE_SINT64; variable
|
D | descriptor.pb.cc | 2186 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SINT64; member in google::protobuf::FieldDescriptorProto
|