Home
last modified time | relevance | path

Searched refs:buf_istream_reverse (Results 1 – 5 of 5) sorted by relevance

/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/foxxll/foxxll/mng/
H A Dbuf_istream_reverse.hpp39 class buf_istream_reverse class
50 buf_istream_reverse() { } in buf_istream_reverse() function in foxxll::buf_istream_reverse
65 using self_type = buf_istream_reverse<block_type, bid_iterator_type>;
71 buf_istream_reverse(bid_iterator_type begin, bid_iterator_type end, size_t nbuffers) in buf_istream_reverse() function in foxxll::buf_istream_reverse
103 buf_istream_reverse(const buf_istream_reverse&) = delete;
105 buf_istream_reverse& operator = (const buf_istream_reverse&) = delete;
174 ~buf_istream_reverse() in ~buf_istream_reverse()
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/mng/
H A Dbuf_istream_reverse.h36 class buf_istream_reverse : private noncopyable
47 buf_istream_reverse() { } in buf_istream_reverse() function
62 typedef buf_istream_reverse<block_type, bid_iterator_type> self_type;
68 buf_istream_reverse(bid_iterator_type begin, bid_iterator_type end, int_type nbuffers) in buf_istream_reverse() function
157 ~buf_istream_reverse() in ~buf_istream_reverse()
/dports/devel/stxxl/stxxl-1.4.1/tests/mng/
H A Dtest_buf_streams.cpp29 typedef stxxl::buf_istream_reverse<block_type, bid_iterator_type> buf_istream_reverse_type;
34 template class stxxl::buf_istream_reverse<block_type, stxxl::BIDArray<BLOCK_SIZE>::iterator>; member in stxxl
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/foxxll/tests/mng/
H A Dtest_buf_streams.cpp31 using buf_istream_reverse_type = foxxll::buf_istream_reverse<block_type, bid_iterator_type>;
36 template class foxxll::buf_istream_reverse<block_type, foxxll::BIDArray<test_block_size>::iterator>; member in foxxll
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/containers/
H A Dvector.h2210 typedef buf_istream_reverse<block_type, bids_container_iterator> buf_istream_type;