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

  /external/chromium_org/third_party/leveldatabase/src/db/
db_iter.cc 35 // (userkey,seq,type) => uservalue entries. DBIter
39 class DBIter: public Iterator {
51 DBIter(DBImpl* db, const Comparator* cmp, Iterator* iter, SequenceNumber s,
62 virtual ~DBIter() {
126 DBIter(const DBIter&);
127 void operator=(const DBIter&);
130 inline bool DBIter::ParseKey(ParsedInternalKey* ikey) {
139 status_ = Status::Corruption("corrupted internal key in DBIter");
146 void DBIter::Next()
    [all...]
db_test.cc 1949 Iterator* dbiter = db->NewIterator(options); local
    [all...]

Completed in 75 milliseconds