HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_SINT64 (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
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/python/google/protobuf/internal/
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/javanano/
javanano_primitive_field.cc 126 case FieldDescriptor::TYPE_SINT64 : return "SInt64" ;
155 case FieldDescriptor::TYPE_SINT64 : return -1;
188 case FieldDescriptor::TYPE_SINT64 : return false;
javanano_helpers.cc 264 case FieldDescriptor::TYPE_SINT64:
  /external/protobuf/src/google/protobuf/compiler/java/
java_primitive_field.cc 104 case FieldDescriptor::TYPE_SINT64 : return "SInt64" ;
133 case FieldDescriptor::TYPE_SINT64 : return -1;
java_extension.cc 56 case FieldDescriptor::TYPE_SINT64 : return "SINT64";
java_helpers.cc 197 case FieldDescriptor::TYPE_SINT64:
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_extension.cc 57 case FieldDescriptor::TYPE_SINT64 : return "SINT64";
java_primitive_field.cc 105 case FieldDescriptor::TYPE_SINT64 : return "SInt64" ;
134 case FieldDescriptor::TYPE_SINT64 : return -1;
java_helpers.cc 220 case FieldDescriptor::TYPE_SINT64:
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_primitive_field.cc 104 case FieldDescriptor::TYPE_SINT64 : return "SInt64" ;
133 case FieldDescriptor::TYPE_SINT64 : return -1;
javamicro_helpers.cc 211 case FieldDescriptor::TYPE_SINT64:
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor.py 379 TYPE_SINT64 = 18
403 TYPE_SINT64: CPPTYPE_INT64,
text_format.py 261 descriptor.FieldDescriptor.TYPE_SINT64,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_primitive_field.cc 59 case FieldDescriptor::TYPE_SINT64 : return -1;
cpp_helpers.cc 236 case FieldDescriptor::TYPE_SINT64 : return "SInt64";
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 220 case FieldDescriptor::TYPE_SINT64 : return "SInt64";
cpp_primitive_field.cc 59 case FieldDescriptor::TYPE_SINT64 : return -1;
  /external/protobuf/python/google/protobuf/
descriptor.py 345 TYPE_SINT64 = 18
text_format.py 241 descriptor.FieldDescriptor.TYPE_SINT64,
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 80 result["sint64" ] = FieldDescriptorProto::TYPE_SINT64;
544 case FieldDescriptorProto::TYPE_SINT64:
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.h 327 // take 10 bytes. Use TYPE_SINT64 if negative
346 TYPE_SINT64 = 18, // int64, ZigZag-encoded varint on the wire
357 CPPTYPE_INT64 = 2, // TYPE_INT64, TYPE_SINT64, TYPE_SFIXED64
    [all...]
wire_format_lite.h 115 TYPE_SINT64 = 18,
  /external/protobuf/src/google/protobuf/
descriptor.h 301 // take 10 bytes. Use TYPE_SINT64 if negative
320 TYPE_SINT64 = 18, // int64, ZigZag-encoded varint on the wire
331 CPPTYPE_INT64 = 2, // TYPE_INT64, TYPE_SINT64, TYPE_SFIXED64
    [all...]
wire_format_lite.h 116 TYPE_SINT64 = 18,

Completed in 1541 milliseconds

1 2