HomeSort by relevance Sort by last modified time
    Searched refs:BlockReader (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
table.h 63 static Iterator* BlockReader(void*, const ReadOptions&, const Slice&);
  /external/chromium_org/third_party/leveldatabase/src/table/
table.cc 154 Iterator* Table::BlockReader(void* arg,
213 &Table::BlockReader, const_cast<Table*>(this), options);
231 Iterator* block_iter = BlockReader(this, options, iiter->value());

Completed in 363 milliseconds