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

  /external/chromium_org/third_party/leveldatabase/src/db/
repair.cc 54 owns_cache_(options_.block_cache != options.block_cache),
65 if (owns_cache_) {
106 bool owns_cache_; member in class:leveldb::__anon17073::Repairer
db_impl.h 127 bool owns_cache_; member in class:leveldb::DBImpl
db_impl.cc 123 owns_cache_(options_.block_cache != raw_options.block_cache),
172 if (owns_cache_) {
    [all...]

Completed in 229 milliseconds