Searched refs:myIdToTorrent (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.cc26 myIdToTorrent.clear( );
79 myIdToTorrent.insert( t->id( ), t );
101 id_to_torrent_t::iterator it( myIdToTorrent.find( id ) );
102 return it == myIdToTorrent.end() ? 0 : it.value( );
108 id_to_torrent_t::const_iterator it( myIdToTorrent.find( id ) );
109 return it == myIdToTorrent.end() ? 0 : it.value( );
215 Torrent * tor = myIdToTorrent.value( id, 0 );
223 myIdToTorrent.remove( id );
H A Dtorrent-model.h40 id_to_torrent_t myIdToTorrent; member in class:TorrentModel

Completed in 42 milliseconds