Home
last modified time | relevance | path

Searched defs:typed_bitfield (Results 1 – 2 of 2) sorted by relevance

/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/
H A Dbitfield.hpp278 struct typed_bitfield : bitfield struct
280 typed_bitfield() noexcept {} in typed_bitfield() argument
281 typed_bitfield(typed_bitfield&& rhs) noexcept in typed_bitfield() function
284 typed_bitfield(typed_bitfield const& rhs) in typed_bitfield() argument
287 typed_bitfield(bitfield&& rhs) noexcept : bitfield(std::forward<bitfield>(rhs)) {} // NOLINT in typed_bitfield() function
288 typed_bitfield(bitfield const& rhs) : bitfield(rhs) {} // NOLINT in typed_bitfield() argument
303 index_range<IndexType> range() const noexcept in range()
308 bool operator[](IndexType const index) const in operator []()
311 bool get_bit(IndexType const index) const in get_bit()
314 void clear_bit(IndexType const index) in clear_bit()
[all …]
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/
H A Dbitfield.hpp278 struct typed_bitfield : bitfield struct
280 typed_bitfield() noexcept {} in typed_bitfield() function
281 typed_bitfield(typed_bitfield&& rhs) noexcept in typed_bitfield() function
284 typed_bitfield(typed_bitfield const& rhs) in typed_bitfield() function
287 typed_bitfield(bitfield&& rhs) noexcept : bitfield(std::forward<bitfield>(rhs)) {} // NOLINT in typed_bitfield() function
288 typed_bitfield(bitfield const& rhs) : bitfield(rhs) {} // NOLINT in typed_bitfield() argument
303 index_range<IndexType> range() const noexcept in range()
308 bool operator[](IndexType const index) const in operator []()
311 bool get_bit(IndexType const index) const in get_bit()
314 void clear_bit(IndexType const index) in clear_bit()
[all …]