Searched refs:Int32List (Results 1 – 4 of 4) sorted by relevance
63 typedef std::vector<int32_t> Int32List; typedef
63 Int32List* getAInt32();
186 Int32List* MtpDataPacket::getAInt32() { in getAInt32()190 Int32List* result = new Int32List; in getAInt32()
60 Int32List* result = mtpDataPacket.getAInt32(); in process()