Home
last modified time | relevance | path

Searched defs:SINT64 (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBType.php54 const SINT64 = 18; define in Google\\Protobuf\\Internal\\GPBType
/third_party/python/Modules/_ctypes/libffi_osx/include/
Dffi_common.h95 typedef signed int SINT64 __attribute__((__mode__(__DI__))); typedef
/third_party/protobuf/js/binary/
Dconstants.js206 SINT64: 18, property
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java149 SINT64(JavaType.LONG, WIRETYPE_VARINT); enumConstant
DFieldType.java58 SINT64(16, Collection.SCALAR, JavaType.LONG), enumConstant
DDescriptors.java1287 SINT64(JavaType.LONG); enumConstant