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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.h 361 class ExistsEntryKey {
363 ExistsEntryKey();
364 ~ExistsEntryKey();
366 static bool Decode(base::StringPiece* slice, ExistsEntryKey* result);
373 int Compare(const ExistsEntryKey& other, bool* ok);
380 DISALLOW_COPY_AND_ASSIGN(ExistsEntryKey);
indexed_db_leveldb_coding.cc 127 // <database id, object store id, 2, user key> => "version" [ExistsEntryKey]
767 int Compare<ExistsEntryKey>(const StringPiece& a,
781 DCHECK_EQ(prefix_a.index_id_, ExistsEntryKey::kSpecialIndexNumber);
784 DCHECK_EQ(prefix_b.index_id_, ExistsEntryKey::kSpecialIndexNumber);
983 return Compare<ExistsEntryKey>(a, b, ignore_duplicates, ok);
    [all...]
indexed_db_leveldb_coding_unittest.cc 804 keys.push_back(ExistsEntryKey::Encode(1, 1, MinIDBKey()));
805 keys.push_back(ExistsEntryKey::Encode(1, 1, MaxIDBKey()));
indexed_db_backing_store.cc     [all...]

Completed in 32 milliseconds