HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_SINT64 (Results 1 - 25 of 42) 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/java/src/main/java/com/google/protobuf/nano/
Extension.java 75 public static final int TYPE_SINT64 = 18;
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/
javanano_extension.cc 58 case FieldDescriptor::TYPE_SINT64 : return "TYPE_SINT64" ;
javanano_primitive_field.cc 106 case FieldDescriptor::TYPE_SINT64 : return "SInt64" ;
135 case FieldDescriptor::TYPE_SINT64 : return -1;
    [all...]
javanano_helpers.cc 294 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 331 // take 10 bytes. Use TYPE_SINT64 if negative
350 TYPE_SINT64 = 18, // int64, ZigZag-encoded varint on the wire
361 CPPTYPE_INT64 = 2, // TYPE_INT64, TYPE_SINT64, TYPE_SFIXED64
    [all...]
wire_format_lite.h 115 TYPE_SINT64 = 18,

Completed in 2541 milliseconds

1 2