File: DataTypeCode.values.h

package info (click to toggle)
android-file-transfer 4.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,496 kB
  • sloc: cpp: 12,909; python: 140; lex: 47; xml: 26; sh: 13; makefile: 6
file content (22 lines) | stat: -rw-r--r-- 637 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
ENUM_VALUE(Undefined, 0x0000)
ENUM_VALUE(Int8, 0x0001)
ENUM_VALUE(Uint8, 0x0002)
ENUM_VALUE(Int16, 0x0003)
ENUM_VALUE(Uint16, 0x0004)
ENUM_VALUE(Int32, 0x0005)
ENUM_VALUE(Uint32, 0x0006)
ENUM_VALUE(Int64, 0x0007)
ENUM_VALUE(Uint64, 0x0008)
ENUM_VALUE(Int128, 0x0009)
ENUM_VALUE(Uint128, 0x000a)
ENUM_VALUE(ArrayInt8, 0x4001)
ENUM_VALUE(ArrayUint8, 0x4002)
ENUM_VALUE(ArrayInt16, 0x4003)
ENUM_VALUE(ArrayUint16, 0x4004)
ENUM_VALUE(ArrayInt32, 0x4005)
ENUM_VALUE(ArrayUint32, 0x4006)
ENUM_VALUE(ArrayInt64, 0x4007)
ENUM_VALUE(ArrayUint64, 0x4008)
ENUM_VALUE(ArrayInt128, 0x4009)
ENUM_VALUE(ArrayUint128, 0x400a)
ENUM_VALUE(String, 0xffff)