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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.h 282 class ObjectStoreFreeListKey {
284 ObjectStoreFreeListKey();
285 static bool Decode(base::StringPiece* slice, ObjectStoreFreeListKey* result);
290 int Compare(const ObjectStoreFreeListKey& other);
indexed_db_leveldb_coding.cc 111 // [ObjectStoreFreeListKey]
1004 return Compare<ObjectStoreFreeListKey>(
    [all...]
indexed_db_leveldb_coding_unittest.cc 867 keys.push_back(ObjectStoreFreeListKey::Encode(1, 1));
868 keys.push_back(ObjectStoreFreeListKey::EncodeMaxKey(1));
    [all...]

Completed in 34 milliseconds