Home
last modified time | relevance | path

Searched refs:fileIndicesForPiece (Results 1 – 3 of 3) sorted by relevance

/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/properties/
H A Dpiecesbar.cpp263 const QVector<int> files {m_torrent->info().fileIndicesForPiece(pieceIndex)}; in showToolTip()
310 QVector<int> fileIndices {m_torrent->info().fileIndicesForPiece(pieceIndex)}; in highlightFile()
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/bittorrent/
H A Dtorrentinfo.h86 QVector<int> fileIndicesForPiece(int pieceIndex) const;
H A Dtorrentinfo.cpp352 const QVector<int> fileIndices = fileIndicesForPiece(pieceIndex); in filesForPiece()
362 QVector<int> TorrentInfo::fileIndicesForPiece(const int pieceIndex) const in fileIndicesForPiece() function in TorrentInfo