/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/src/google/protobuf/compiler/javanano/ |
javanano_primitive_field.cc | 121 case FieldDescriptor::TYPE_SINT32 : return "SInt32" ; 154 case FieldDescriptor::TYPE_SINT32 : return -1; 183 case FieldDescriptor::TYPE_SINT32 : return false;
|
javanano_helpers.cc | 257 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...] |
wire_format_lite.h | 114 TYPE_SINT32 = 17,
|
/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...] |