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

12

/external/chromium_org/third_party/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/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/java/src/main/java/com/google/protobuf/nano/
H A DExtension.java75 public static final int TYPE_SINT64 = 18; field in class:Extension
372 case TYPE_SINT64:
467 case TYPE_SINT64:
550 case TYPE_SINT64:
621 case TYPE_SINT64:
714 case TYPE_SINT64:
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_extension.cc58 case FieldDescriptor::TYPE_SINT64 : return "TYPE_SINT64" ;
H A Djavanano_primitive_field.cc106 case FieldDescriptor::TYPE_SINT64 : return "SInt64" ;
135 case FieldDescriptor::TYPE_SINT64 : return -1;
H A Djavanano_helpers.cc294 case FieldDescriptor::TYPE_SINT64:
/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/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_extension.cc57 case FieldDescriptor::TYPE_SINT64 : return "SINT64";
H A Djava_primitive_field.cc105 case FieldDescriptor::TYPE_SINT64 : return "SInt64" ;
134 case FieldDescriptor::TYPE_SINT64 : return -1;
H A Djava_helpers.cc220 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.cc211 case FieldDescriptor::TYPE_SINT64:
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Ddescriptor.py379 TYPE_SINT64 = 18 variable in class:FieldDescriptor
403 TYPE_SINT64: CPPTYPE_INT64,
H A Dtext_format.py261 descriptor.FieldDescriptor.TYPE_SINT64,
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_primitive_field.cc59 case FieldDescriptor::TYPE_SINT64 : return -1;
H A Dcpp_helpers.cc236 case FieldDescriptor::TYPE_SINT64 : return "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/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.h115 TYPE_SINT64 = 18, enumerator in enum:google::protobuf::internal::WireFormatLite::FieldType
/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

Completed in 623 milliseconds

12