Searched refs:TYPE_SINT64 (Results 1 - 18 of 18) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
H A 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/
H A Djava_primitive_field.cc104 case FieldDescriptor::TYPE_SINT64 : return "SInt64" ;
133 case FieldDescriptor::TYPE_SINT64 : return -1;
H A Djava_extension.cc56 case FieldDescriptor::TYPE_SINT64 : return "SINT64";
H A Djava_helpers.cc197 case FieldDescriptor::TYPE_SINT64:
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_primitive_field.cc104 case FieldDescriptor::TYPE_SINT64 : return "SInt64" ;
133 case FieldDescriptor::TYPE_SINT64 : return -1;
H A Djavamicro_helpers.cc269 case FieldDescriptor::TYPE_SINT64:
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc220 case FieldDescriptor::TYPE_SINT64 : return "SInt64";
H A Dcpp_primitive_field.cc59 case FieldDescriptor::TYPE_SINT64 : return -1;
/external/protobuf/python/google/protobuf/
H A Ddescriptor.py345 TYPE_SINT64 = 18 variable in class:FieldDescriptor
H A Dtext_format.py241 descriptor.FieldDescriptor.TYPE_SINT64,
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc80 result["sint64" ] = FieldDescriptorProto::TYPE_SINT64;
544 case FieldDescriptorProto::TYPE_SINT64:
/external/protobuf/src/google/protobuf/
H A Ddescriptor.h301 // take 10 bytes. Use TYPE_SINT64 if negative
320 TYPE_SINT64 = 18, // int64, ZigZag-encoded varint on the wire enumerator in enum:google::protobuf::FieldDescriptor::Type
331 CPPTYPE_INT64 = 2, // TYPE_INT64, TYPE_SINT64, TYPE_SFIXED64
H A Dwire_format_lite.h116 TYPE_SINT64 = 18, enumerator in enum:google::protobuf::internal::WireFormatLite::FieldType
H A Dwire_format_lite_inl.h94 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_SINT64>(
H A Ddescriptor.cc83 CPPTYPE_INT64, // TYPE_SINT64
106 "sint64", // TYPE_SINT64
4355 case FieldDescriptor::TYPE_SINT64:
H A Ddescriptor.pb.h763 static const Type TYPE_SINT64 = FieldDescriptorProto_Type_TYPE_SINT64; member in class:google::protobuf::FieldDescriptorProto
H A Ddescriptor_unittest.cc1576 EXPECT_EQ(FD::CPPTYPE_INT64 , GetCppTypeForFieldType(FD::TYPE_SINT64 ));
H A Ddescriptor.pb.cc544 "\022\017\n\013TYPE_SINT64\020\022\"C\n\005Label\022\022\n\016LABEL_OPTI"
2186 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SINT64; member in class:google::protobuf::FieldDescriptorProto

Completed in 955 milliseconds