Home
last modified time | relevance | path

Searched refs:bid_iterator_type (Results 1 – 13 of 13) sorted by relevance

/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/foxxll/foxxll/mng/
H A Dbuf_istream.hpp41 using bid_iterator_type = BidIteratorType; typedef in foxxll::buf_istream
47 using prefetcher_type = block_prefetcher<block_type, bid_iterator_type>;
58 using self_type = buf_istream<block_type, bid_iterator_type>;
64 buf_istream(bid_iterator_type begin, bid_iterator_type end, size_t nbuffers) in buf_istream()
H A Dbuf_ostream.hpp34 using bid_iterator_type = BidIteratorType; typedef in foxxll::buf_ostream
38 bid_iterator_type current_bid;
45 using self_type = buf_ostream<block_type, bid_iterator_type>;
50 buf_ostream(bid_iterator_type first_bid, size_t nbuffers) in buf_ostream()
H A Dbuf_istream_reverse.hpp43 using bid_iterator_type = BidIteratorType; typedef 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()
H A Dblock_prefetcher.hpp62 using bid_iterator_type = BidIteratorType; typedef in foxxll::block_prefetcher
67 bid_iterator_type consume_seq_begin;
68 bid_iterator_type consume_seq_end;
111 bid_iterator_type _cons_begin, in block_prefetcher()
112 bid_iterator_type _cons_end, in block_prefetcher()
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/mng/
H A Dbuf_istream.h38 typedef BidIteratorType bid_iterator_type; typedef
44 typedef block_prefetcher<block_type, bid_iterator_type> prefetcher_type;
55 typedef buf_istream<block_type, bid_iterator_type> self_type;
61 buf_istream(bid_iterator_type begin, bid_iterator_type end, unsigned_type nbuffers) in buf_istream()
H A Dbuf_ostream.h33 typedef BidIteratorType bid_iterator_type; typedef
37 bid_iterator_type current_bid;
44 typedef buf_ostream<block_type, bid_iterator_type> self_type;
49 buf_ostream(bid_iterator_type first_bid, int_type nbuffers) in buf_ostream()
H A Dbuf_istream_reverse.h40 typedef BidIteratorType bid_iterator_type; typedef
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()
H A Dblock_prefetcher.h59 typedef BidIteratorType bid_iterator_type; typedef
64 bid_iterator_type consume_seq_begin;
65 bid_iterator_type consume_seq_end;
108 bid_iterator_type _cons_begin,
109 bid_iterator_type _cons_end,
/dports/devel/stxxl/stxxl-1.4.1/tests/mng/
H A Dtest_buf_streams.cpp25 typedef stxxl::BIDArray<BLOCK_SIZE>::iterator bid_iterator_type; typedef
27 typedef stxxl::buf_ostream<block_type, bid_iterator_type> buf_ostream_type;
28 typedef stxxl::buf_istream<block_type, bid_iterator_type> buf_istream_type;
29 typedef stxxl::buf_istream_reverse<block_type, bid_iterator_type> buf_istream_reverse_type;
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/foxxll/tests/mng/
H A Dtest_buf_streams.cpp27 using bid_iterator_type = foxxll::BIDArray<test_block_size>::iterator; typedef
29 using buf_ostream_type = foxxll::buf_ostream<block_type, bid_iterator_type>;
30 using buf_istream_type = foxxll::buf_istream<block_type, bid_iterator_type>;
31 using buf_istream_reverse_type = foxxll::buf_istream_reverse<block_type, bid_iterator_type>;
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/containers/hash_map/
H A Diterator.h51 typedef typename hash_map_type::bid_iterator_type bid_iterator_type; typedef
54 … typedef buffered_reader<typename hash_map_type::block_cache_type, bid_iterator_type> reader_type;
198 bid_iterator_type begin = map_->bids_.begin() + bucket.i_block_; in init_reader()
199 bid_iterator_type end = map_->bids_.end(); in init_reader()
396 typedef typename hash_map_type::bid_iterator_type bid_iterator_type; typedef
400 bid_iterator_type> reader_type;
499 typedef typename hash_map_type::bid_iterator_type bid_iterator_type; typedef
503 bid_iterator_type> reader_type;
H A Dhash_map.h120 typedef typename bid_container_type::iterator bid_iterator_type; typedef
136 typedef buffered_reader<block_cache_type, bid_iterator_type> reader_type;
/dports/devel/stxxl/stxxl-1.4.1/tests/containers/hash_map/
H A Dtest_hash_map_reader_writer.cpp38 typedef bid_container_type::iterator bid_iterator_type; in reader_writer_test() typedef
43 typedef stxxl::hash_map::buffered_reader<cache_type, bid_iterator_type> reader_type; in reader_writer_test()