Searched defs:IndexFreeListKey (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.cpp104 // <database id, 0, 0, 151, object store id, index id> => existence implies the index id is in the free list [IndexFreeListKey]
948 class IndexFreeListKey { class in namespace:WebCore::__anon14722
950 IndexFreeListKey() function in class:WebCore::__anon14722::IndexFreeListKey
956 static const char* decode(const char* start, const char* limit, IndexFreeListKey* result)
987 int compare(const IndexFreeListKey& other)
1373 return decodeAndCompare<IndexFreeListKey>(a, b);
1744 if (!deleteRange(m_db.get(), IndexFreeListKey::encode(databaseId, objectStoreId, 0), IndexFreeListKey::encode(databaseId, objectStoreId, INT64_MAX)))
1969 const Vector<char> startKey = IndexFreeListKey::encode(databaseId, objectStoreId, 0);
1970 const Vector<char> stopKey = IndexFreeListKey
[all...]

Completed in 24 milliseconds