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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.h314 class ObjectStoreFreeListKey { class in namespace:content
316 ObjectStoreFreeListKey();
317 static bool Decode(base::StringPiece* slice, ObjectStoreFreeListKey* result);
322 int Compare(const ObjectStoreFreeListKey& other);
H A Dindexed_db_leveldb_coding.cc119 // [ObjectStoreFreeListKey]
1055 return Compare<ObjectStoreFreeListKey>(
1568 ObjectStoreFreeListKey::ObjectStoreFreeListKey() : object_store_id_(-1) {} function in class:content::ObjectStoreFreeListKey
1570 bool ObjectStoreFreeListKey::Decode(StringPiece* slice,
1571 ObjectStoreFreeListKey* result) {
1587 std::string ObjectStoreFreeListKey::Encode(int64 database_id,
1596 std::string ObjectStoreFreeListKey::EncodeMaxKey(int64 database_id) {
1600 int64 ObjectStoreFreeListKey::ObjectStoreId() const {
1605 int ObjectStoreFreeListKey
[all...]
H A Dindexed_db_leveldb_coding_unittest.cc927 keys.push_back(ObjectStoreFreeListKey::Encode(1, 1));
928 keys.push_back(ObjectStoreFreeListKey::EncodeMaxKey(1));

Completed in 79 milliseconds