Searched refs:UInt64List (Results 1 – 4 of 4) sorted by relevance
60 typedef std::vector<uint64_t> UInt64List; typedef
234 UInt64List* MtpDataPacket::getAUInt64() { in getAUInt64()238 UInt64List* result = new UInt64List; in getAUInt64()
66 UInt64List* getAUInt64();
80 UInt64List* result = mtpDataPacket.getAUInt64(); in process()