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 366 class ExistsEntryKey {
368 ExistsEntryKey();
369 ~ExistsEntryKey();
371 static bool Decode(base::StringPiece* slice, ExistsEntryKey* result);
384 DISALLOW_COPY_AND_ASSIGN(ExistsEntryKey);
indexed_db_leveldb_coding.cc 129 // "Exists" entry: [ExistsEntryKey]
863 int CompareSuffix<ExistsEntryKey>(StringPiece* slice_a,
1037 return CompareSuffix<ExistsEntryKey>(
    [all...]
indexed_db_leveldb_coding_unittest.cc 881 keys.push_back(ExistsEntryKey::Encode(1, 1, std::string()));
882 keys.push_back(ExistsEntryKey::Encode(1, 1, MinIDBKey()));
883 keys.push_back(ExistsEntryKey::Encode(1, 1, MaxIDBKey()));
    [all...]
indexed_db_backing_store.cc     [all...]

Completed in 30 milliseconds