IDBLevelDBBackingStore.cpp | 58 // Each key type has a class (in square brackets below) which knows how to encode, decode, and compare that key type. 516 static const char* decode(const char* start, const char* limit, KeyPrefix* result) function in class:WebCore::__anon13441::KeyPrefix 646 static const char* decode(const char* start, const char* limit, DatabaseFreeListKey* result) function in class:WebCore::__anon13441::DatabaseFreeListKey 649 const char *p = KeyPrefix::decode(start, limit, &prefix); 691 static const char* decode(const char* start, const char* limit, DatabaseNameKey* result) function in class:WebCore::__anon13441::DatabaseNameKey 694 const char* p = KeyPrefix::decode(start, limit, &prefix); 763 static const char* decode(const char* start, const char* limit, ObjectStoreMetaDataKey* result) function in class:WebCore::__anon13441::ObjectStoreMetaDataKey 766 const char* p = KeyPrefix::decode(start, limit, &prefix); 831 static const char* decode(const char* start, const char* limit, IndexMetaDataKey* result) function in class:WebCore::__anon13441::IndexMetaDataKey 834 const char* p = KeyPrefix::decode(start, limit, &prefix) 902 static const char* decode(const char* start, const char* limit, ObjectStoreFreeListKey* result) function in class:WebCore::__anon13441::ObjectStoreFreeListKey 956 static const char* decode(const char* start, const char* limit, IndexFreeListKey* result) function in class:WebCore::__anon13441::IndexFreeListKey 1018 static const char* decode(const char* start, const char* limit, ObjectStoreNamesKey* result) function in class:WebCore::__anon13441::ObjectStoreNamesKey 1064 static const char* decode(const char* start, const char* limit, IndexNamesKey* result) function in class:WebCore::__anon13441::IndexNamesKey 1112 static const char* decode(const char* start, const char* end, ObjectStoreDataKey* result) function in class:WebCore::__anon13441::ObjectStoreDataKey 1160 static const char* decode(const char* start, const char* end, ExistsEntryKey* result) function in class:WebCore::__anon13441::ExistsEntryKey 1215 static const char* decode(const char* start, const char* limit, IndexDataKey* result) function in class:WebCore::__anon13441::IndexDataKey [all...] |