Searched refs:block_function (Results 1 – 2 of 2) sorted by relevance
32 TwoLevelIterator(Iterator* index_iter, BlockFunction block_function,83 BlockFunction block_function, void* arg) in TwoLevelIterator() argument84 : block_function_(block_function), in TwoLevelIterator()154 BlockFunction block_function, void* arg) { in NewTwoLevelIterator() argument155 return new TwoLevelIterator(index_iter, block_function, arg); in NewTwoLevelIterator()
35 Iterator* (*block_function)(void* arg, const StringPiece& index_value),