Searched refs:LevelDBSnapshot (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/leveldb/
H A DLevelDBDatabase.h50 class LevelDBSnapshot { class in namespace:WebCore
55 explicit LevelDBSnapshot(LevelDBDatabase*);
56 ~LevelDBSnapshot();
72 virtual bool safeGet(const LevelDBSlice& key, Vector<char>& value, bool& found, const LevelDBSnapshot* = 0);
74 std::unique_ptr<LevelDBIterator> createIterator(const LevelDBSnapshot* = 0);
78 friend class LevelDBSnapshot;
H A DLevelDBDatabase.cpp94 LevelDBSnapshot::LevelDBSnapshot(LevelDBDatabase* db) function in class:WebCore::LevelDBSnapshot
100 LevelDBSnapshot::~LevelDBSnapshot()
206 bool LevelDBDatabase::safeGet(const LevelDBSlice& key, Vector<char>& value, bool& found, const LevelDBSnapshot* snapshot)
315 std::unique_ptr<LevelDBIterator> LevelDBDatabase::createIterator(const LevelDBSnapshot* snapshot)
H A DLevelDBTransaction.h165 const LevelDBSnapshot m_snapshot;

Completed in 89 milliseconds