Searched defs:block_function (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/table/
H A Dtwo_level_iterator.cc22 BlockFunction block_function,
78 BlockFunction block_function,
81 : block_function_(block_function),
176 BlockFunction block_function,
179 return new TwoLevelIterator(index_iter, block_function, arg, options);
76 TwoLevelIterator( Iterator* index_iter, BlockFunction block_function, void* arg, const ReadOptions& options) argument
174 NewTwoLevelIterator( Iterator* index_iter, BlockFunction block_function, void* arg, const ReadOptions& options) argument

Completed in 135 milliseconds