Searched defs:ObjectStoreFreeListKey (Results 1 - 2 of 2) 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...]

Completed in 177 milliseconds