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

1 2

  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
type_checkers.py 190 _FieldDescriptor.TYPE_SINT32: wire_format.SInt32ByteSize,
213 _FieldDescriptor.TYPE_SINT32: encoder.SInt32Encoder,
236 _FieldDescriptor.TYPE_SINT32: encoder.SInt32Sizer,
259 _FieldDescriptor.TYPE_SINT32: decoder.SInt32Decoder,
284 _FieldDescriptor.TYPE_SINT32: wire_format.WIRETYPE_VARINT,
  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 190 _FieldDescriptor.TYPE_SINT32: wire_format.SInt32ByteSize,
213 _FieldDescriptor.TYPE_SINT32: encoder.SInt32Encoder,
236 _FieldDescriptor.TYPE_SINT32: encoder.SInt32Sizer,
259 _FieldDescriptor.TYPE_SINT32: decoder.SInt32Decoder,
284 _FieldDescriptor.TYPE_SINT32: wire_format.WIRETYPE_VARINT,
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
Extension.java 74 public static final int TYPE_SINT32 = 17;
370 case TYPE_SINT32:
463 case TYPE_SINT32:
535 case TYPE_SINT32:
603 case TYPE_SINT32:
711 case TYPE_SINT32:
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_extension.cc 53 case FieldDescriptor::TYPE_SINT32 : return "TYPE_SINT32" ;
javanano_primitive_field.cc 101 case FieldDescriptor::TYPE_SINT32 : return "SInt32" ;
134 case FieldDescriptor::TYPE_SINT32 : return -1;
    [all...]
javanano_helpers.cc 287 case FieldDescriptor::TYPE_SINT32:
  /external/protobuf/src/google/protobuf/compiler/java/
java_primitive_field.cc 99 case FieldDescriptor::TYPE_SINT32 : return "SInt32" ;
132 case FieldDescriptor::TYPE_SINT32 : return -1;
java_extension.cc 51 case FieldDescriptor::TYPE_SINT32 : return "SINT32";
java_helpers.cc 190 case FieldDescriptor::TYPE_SINT32:
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_extension.cc 52 case FieldDescriptor::TYPE_SINT32 : return "SINT32";
java_primitive_field.cc 100 case FieldDescriptor::TYPE_SINT32 : return "SInt32" ;
133 case FieldDescriptor::TYPE_SINT32 : return -1;
java_helpers.cc 213 case FieldDescriptor::TYPE_SINT32:
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_primitive_field.cc 99 case FieldDescriptor::TYPE_SINT32 : return "SInt32" ;
132 case FieldDescriptor::TYPE_SINT32 : return -1;
javamicro_helpers.cc 204 case FieldDescriptor::TYPE_SINT32:
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor.py 378 TYPE_SINT32 = 17
409 TYPE_SINT32: CPPTYPE_INT32,
text_format.py 257 descriptor.FieldDescriptor.TYPE_SINT32,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_primitive_field.cc 58 case FieldDescriptor::TYPE_SINT32 : return -1;
cpp_helpers.cc 235 case FieldDescriptor::TYPE_SINT32 : return "SInt32";
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 219 case FieldDescriptor::TYPE_SINT32 : return "SInt32";
cpp_primitive_field.cc 58 case FieldDescriptor::TYPE_SINT32 : return -1;
  /external/protobuf/python/google/protobuf/
descriptor.py 344 TYPE_SINT32 = 17
text_format.py 237 descriptor.FieldDescriptor.TYPE_SINT32,
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 79 result["sint32" ] = FieldDescriptorProto::TYPE_SINT32;
543 case FieldDescriptorProto::TYPE_SINT32:
549 field->type() == FieldDescriptorProto::TYPE_SINT32 ||
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.cc 79 result["sint32" ] = FieldDescriptorProto::TYPE_SINT32;
801 case FieldDescriptorProto::TYPE_SINT32:
807 field->type() == FieldDescriptorProto::TYPE_SINT32 ||
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.h 335 // take 10 bytes. Use TYPE_SINT32 if negative
349 TYPE_SINT32 = 17, // int32, ZigZag-encoded varint on the wire
360 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32
    [all...]

Completed in 1404 milliseconds

1 2