Searched refs:id_to_torrent_t (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dtorrent-model.h37 typedef QMap<int,Torrent*> id_to_torrent_t; typedef in class:TorrentModel
40 id_to_torrent_t myIdToTorrent;
H A Dtorrent-model.cc101 id_to_torrent_t::iterator it( myIdToTorrent.find( id ) );
108 id_to_torrent_t::const_iterator it( myIdToTorrent.find( id ) );

Completed in 57 milliseconds