#include "libtorrent/piece_picker.hpp"#include "test.hpp"Go to the source code of this file.
Functions | |
| int | test_main () |
| int test_main | ( | ) |
Definition at line 11 of file test_piece_picker.cpp.
References libtorrent::piece_picker::files_checked(), libtorrent::piece_picker::filtered_pieces(), libtorrent::piece_picker::downloading_piece::finished_blocks, asio::ip::address_v4::from_string(), libtorrent::piece_picker::get_download_queue(), libtorrent::piece_picker::inc_refcount(), index, libtorrent::piece_picker::downloading_piece::index, libtorrent::piece_picker::is_downloading(), libtorrent::piece_picker::is_filtered(), libtorrent::piece_picker::mark_as_downloading(), libtorrent::piece_picker::mark_as_filtered(), libtorrent::piece_picker::mark_as_finished(), libtorrent::piece_picker::mark_as_unfiltered(), libtorrent::piece_picker::num_filtered(), libtorrent::piece_picker::num_have_filtered(), libtorrent::piece_picker::pick_pieces(), and TEST_CHECK.
1.5.6