/third_party/protobuf/conformance/ |
D | failure_list_js.txt | 32 Recommended.Proto2.ProtobufInput.ValidDataRepeated.SINT32.PackedInput.DefaultOutput.ProtobufOutput 33 Recommended.Proto2.ProtobufInput.ValidDataRepeated.SINT32.PackedInput.UnpackedOutput.ProtobufOutput 34 Recommended.Proto2.ProtobufInput.ValidDataRepeated.SINT32.UnpackedInput.PackedOutput.ProtobufOutput 74 Recommended.Proto3.ProtobufInput.ValidDataRepeated.SINT32.PackedInput.UnpackedOutput.ProtobufOutput 75 Recommended.Proto3.ProtobufInput.ValidDataRepeated.SINT32.UnpackedInput.DefaultOutput.ProtobufOutput 76 Recommended.Proto3.ProtobufInput.ValidDataRepeated.SINT32.UnpackedInput.PackedOutput.ProtobufOutput 98 Required.Proto2.ProtobufInput.ValidDataRepeated.SINT32.PackedInput.ProtobufOutput 112 Required.Proto3.ProtobufInput.ValidDataRepeated.SINT32.UnpackedInput.ProtobufOutput
|
D | failure_list_ruby.txt | 61 Recommended.Proto3.ProtobufInput.ValidDataRepeated.SINT32.PackedInput.DefaultOutput.ProtobufOutput 62 Recommended.Proto3.ProtobufInput.ValidDataRepeated.SINT32.PackedInput.PackedOutput.ProtobufOutput 63 Recommended.Proto3.ProtobufInput.ValidDataRepeated.SINT32.UnpackedInput.DefaultOutput.ProtobufOutput 64 Recommended.Proto3.ProtobufInput.ValidDataRepeated.SINT32.UnpackedInput.PackedOutput.ProtobufOutput
|
/third_party/protobuf/js/binary/ |
D | constants.js | 205 SINT32: 17, property 243 case fieldTypes.SINT32:
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | MapField.php | 160 case GPBType::SINT32: 260 case GPBType::SINT32:
|
D | GPBType.php | 53 const SINT32 = 17; define in Google\\Protobuf\\Internal\\GPBType
|
D | GPBWire.php | 77 case GPBType::SINT32: 605 case GPBType::SINT32:
|
D | RepeatedField.php | 145 case GPBType::SINT32:
|
D | Message.php | 274 case GPBType::SINT32: 466 case GPBType::SINT32: 609 case GPBType::SINT32 : 941 case GPBType::SINT32: 1644 case GPBType::SINT32: 1680 case GPBType::SINT32:
|
D | GPBJsonWire.php | 147 case GPBType::SINT32:
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | WireFormat.java | 148 SINT32(JavaType.INT, WIRETYPE_VARINT), enumConstant 252 case SINT32: in readPrimitiveField()
|
D | ExtensionSchemaLite.java | 161 case SINT32: in parseExtension() 245 case SINT32: in parseExtension() 385 case SINT32: in serializeExtension() 473 case SINT32: in serializeExtension()
|
D | ExtensionSchemaFull.java | 178 case SINT32: in parseExtension() 265 case SINT32: in parseExtension() 399 case SINT32: in serializeExtension() 473 case SINT32: in serializeExtension()
|
D | DescriptorMessageInfoFactory.java | 544 case SINT32: in getFieldType() 546 return FieldType.SINT32; in getFieldType()
|
D | FieldType.java | 57 SINT32(15, Collection.SCALAR, JavaType.INT), enumConstant
|
/third_party/protobuf/src/google/protobuf/ |
D | map_type_handler.h | 131 TYPE_TRAITS(SINT32, int32, VARINT, false, false) 263 MAP_HANDLER(SINT32) 294 GOOGLE_PROTOBUF_BYTE_SIZE(SINT32, SInt32) 338 GET_CACHED_SIZE(SINT32, SInt32) 396 WRITE_METHOD(SINT32, SInt32) 522 READ_METHOD(SINT32) 792 PRIMITIVE_HANDLER_FUNCTIONS(SINT32)
|
D | wire_format.cc | 466 HANDLE_PACKED_TYPE(SINT32, int32, Int32) in ParseAndMergeField() 539 HANDLE_TYPE(SINT32, int32, Int32) in ParseAndMergeField() 843 HANDLE_PACKED_TYPE(SINT32, int32, SInt32) in _InternalParseAndMergeField() 1091 CASE_TYPE(SINT32, SInt32, Int32) in SerializeMapKeyWithCachedSizes() 1120 CASE_TYPE(SINT32, SInt32, Int32) in SerializeMapValueRefWithCachedSizes() 1293 HANDLE_PRIMITIVE_TYPE(SINT32, int32, SInt32, Int32) in InternalSerializeField() 1341 HANDLE_PRIMITIVE_TYPE(SINT32, int32, SInt32, Int32) in InternalSerializeField() 1552 CASE_TYPE(SINT32, SInt32, Int32); in MapKeyDataOnlyByteSize() 1587 CASE_TYPE(SINT32, SInt32, Int32); in MapValueRefDataOnlyByteSize() 1666 HANDLE_TYPE(SINT32, SInt32, Int32) in FieldDataOnlyByteSize()
|
D | extension_set_inl.h | 58 HANDLE_TYPE(SINT32, SInt32); in ParseFieldWithExtensionInfo() 119 HANDLE_SVARINT_TYPE(SINT32, Int32, 32); in ParseFieldWithExtensionInfo()
|
D | extension_set.cc | 1253 HANDLE_TYPE(SINT32, Int32, int32); in ParseFieldWithExtensionInfo() 1312 HANDLE_TYPE(SINT32, Int32, int32); in ParseFieldWithExtensionInfo() 1583 HANDLE_TYPE(SINT32, SInt32, int32); in ByteSize() 1634 HANDLE_TYPE(SINT32, SInt32, int32); in ByteSize() 1671 HANDLE_TYPE(SINT32, SInt32, int32_value); in ByteSize() 1954 HANDLE_TYPE(SINT32, SInt32, int32); in InternalSerializeFieldWithCachedSizesToArray() 1988 HANDLE_TYPE(SINT32, SInt32, int32); in InternalSerializeFieldWithCachedSizesToArray() 2036 HANDLE_TYPE(SINT32, SInt32, int32_value); in InternalSerializeFieldWithCachedSizesToArray()
|
D | generated_message_table_driven_lite.h | 452 HANDLE_TYPE(SINT32, int32) in MergePartialFromCodedStreamInlined() 772 HANDLE_PACKED_TYPE(SINT32, int32, Int32) in MergePartialFromCodedStreamInlined()
|
/third_party/python/Modules/_ctypes/libffi_osx/include/ |
D | ffi_common.h | 93 typedef signed int SINT32 __attribute__((__mode__(__SI__))); typedef
|
/third_party/protobuf/java/lite/src/test/java/com/google/protobuf/ |
D | Proto2MessageLiteInfoFactory.java | 385 FieldType.SINT32, in lookupFieldsByName() 610 builder.withField(forOneofMemberField(67, FieldType.SINT32, oneof, Integer.class, false, null)); in lookupFieldsByName() 756 FieldType.SINT32, in lookupFieldsByName()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | Proto2MessageInfoFactory.java | 172 field("fieldSint3216_"), 16, FieldType.SINT32, bitField0, 0x00008000, false, null)); in lookupFieldsByName() 262 builder.withField(forOneofMemberField(67, FieldType.SINT32, oneof, Integer.class, false, null)); in lookupFieldsByName() 402 FieldType.SINT32, in lookupFieldsByName()
|
D | Proto3MessageInfoFactory.java | 102 builder.withField(forField(field("fieldSint3216_"), 16, FieldType.SINT32, true)); in lookupFieldsByName() 170 builder.withField(forOneofMemberField(67, FieldType.SINT32, oneof, Integer.class, true, null)); in lookupFieldsByName()
|
D | Proto3MessageLiteInfoFactory.java | 209 forField(field(Proto3MessageLite.class, "fieldSint3216_"), 16, FieldType.SINT32, true)); in lookupFieldsByName() 385 builder.withField(forOneofMemberField(67, FieldType.SINT32, oneof, Integer.class, true, null)); in lookupFieldsByName()
|
/third_party/python/Modules/_ctypes/libffi_osx/x86/ |
D | x86-ffi_darwin.c | 90 *(signed int *) argp = (signed int)*(SINT32 *)(* p_argv); in ffi_prep_args()
|