Home | History | Annotate | Download | only in mtp

Lines Matching refs:Vector

22 #include "utils/Vector.h"
54 typedef Vector<MtpStorage *> MtpStorageList;
55 typedef Vector<MtpDevice*> MtpDeviceList;
56 typedef Vector<MtpProperty*> MtpPropertyList;
58 typedef Vector<uint8_t> UInt8List;
59 typedef Vector<uint16_t> UInt16List;
60 typedef Vector<uint32_t> UInt32List;
61 typedef Vector<uint64_t> UInt64List;
62 typedef Vector<int8_t> Int8List;
63 typedef Vector<int16_t> Int16List;
64 typedef Vector<int32_t> Int32List;
65 typedef Vector<int64_t> Int64List;