Searched refs:KeyList (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dtorrent.h212 typedef QList<const char*> KeyList; typedef in class:Torrent
213 static const KeyList& getInfoKeys( );
214 static const KeyList& getStatKeys( );
215 static const KeyList& getExtraStatKeys( );
218 static KeyList buildKeyList( Group group );
H A Dtorrent.cc115 Torrent :: KeyList
118 KeyList keys;
128 const Torrent :: KeyList&
131 static KeyList keys;
137 const Torrent :: KeyList&
140 static KeyList keys( buildKeyList( STAT ) );
144 const Torrent :: KeyList&
147 static KeyList keys;
H A Dsession.cc75 typedef Torrent::KeyList KeyList; typedef in namespace:__anon7430
76 const KeyList& getInfoKeys( ) { return Torrent::getInfoKeys( ); }
77 const KeyList& getStatKeys( ) { return Torrent::getStatKeys( ); }
78 const KeyList& getExtraStatKeys( ) { return Torrent::getExtraStatKeys( ); }
81 addList( tr_benc * list, const KeyList& strings )

Completed in 54 milliseconds