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

  /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/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/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 262 case FieldDescriptor::TYPE_SINT32:
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_primitive_field.cc 120 case FieldDescriptor::TYPE_SINT32 : return "SInt32" ;
153 case FieldDescriptor::TYPE_SINT32 : return -1;
javanano_helpers.cc 268 case FieldDescriptor::TYPE_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/protobuf/src/google/protobuf/
descriptor.h 305 // take 10 bytes. Use TYPE_SINT32 if negative
319 TYPE_SINT32 = 17, // int32, ZigZag-encoded varint on the wire
330 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32
    [all...]
wire_format_lite.h 115 TYPE_SINT32 = 17,
wire_format_lite_inl.h 85 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_SINT32>(
descriptor.cc 82 CPPTYPE_INT32, // TYPE_SINT32
105 "sint32", // TYPE_SINT32
    [all...]
descriptor.pb.h 762 static const Type TYPE_SINT32 = FieldDescriptorProto_Type_TYPE_SINT32;
    [all...]
descriptor_unittest.cc     [all...]
descriptor.pb.cc 543 "32\020\017\022\021\n\rTYPE_SFIXED64\020\020\022\017\n\013TYPE_SINT32\020\021"
    [all...]

Completed in 1437 milliseconds