Home
last modified time | relevance | path

Searched defs:SINT32 (Results 1 – 15 of 15) sorted by relevance

/external/libffi/include/
Dffi_common.h121 typedef signed int SINT32; typedef
136 typedef signed int SINT32 __attribute__((__mode__(__SI__))); typedef
/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBType.php53 const SINT32 = 17; define in Google\\Protobuf\\Internal\\GPBType
/external/cronet/tot/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBType.php53 const SINT32 = 17; define in Google\\Protobuf\\Internal\\GPBType
/external/cronet/stable/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBType.php53 const SINT32 = 17; define in Google\\Protobuf\\Internal\\GPBType
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java148 SINT32(JavaType.INT, WIRETYPE_VARINT), enumConstant
DFieldType.java57 SINT32(15, Collection.SCALAR, JavaType.INT), enumConstant
DDescriptors.java1390 SINT32(JavaType.INT), enumConstant
/external/cronet/stable/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java148 SINT32(JavaType.INT, WIRETYPE_VARINT), enumConstant
DFieldType.java57 SINT32(15, Collection.SCALAR, JavaType.INT), enumConstant
DDescriptors.java1390 SINT32(JavaType.INT), enumConstant
/external/cronet/tot/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java148 SINT32(JavaType.INT, WIRETYPE_VARINT), enumConstant
DFieldType.java57 SINT32(15, Collection.SCALAR, JavaType.INT), enumConstant
DDescriptors.java1390 SINT32(JavaType.INT), enumConstant
/external/python/apitools/apitools/base/protorpclite/
Dmessages.py583 SINT32 = 17 variable in Variant
/external/rust/android-crates-io/crates/ash/src/vk/
Denums.rs2094 pub const SINT32: Self = Self(5); constant