Home
last modified time | relevance | path

Searched refs:block_function (Results 1 – 2 of 2) sorted by relevance

/leveldb-1.20/table/
H A Dtwo_level_iterator.cc22 BlockFunction block_function,
78 BlockFunction block_function, in TwoLevelIterator() argument
81 : block_function_(block_function), in TwoLevelIterator()
176 BlockFunction block_function, in NewTwoLevelIterator() argument
179 return new TwoLevelIterator(index_iter, block_function, arg, options); in NewTwoLevelIterator()
H A Dtwo_level_iterator.h25 Iterator* (*block_function)(