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

/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.cpp500 class KeyPrefix { class in namespace:WebCore::__anon14722
502 KeyPrefix() function in class:WebCore::__anon14722::KeyPrefix
509 KeyPrefix(int64_t databaseId, int64_t objectStoreId, int64_t indexId) function in class:WebCore::__anon14722::KeyPrefix
516 static const char* decode(const char* start, const char* limit, KeyPrefix* result)
565 int compare(const KeyPrefix& other) const
621 KeyPrefix prefix(0, 0, 0);
632 KeyPrefix prefix(0, 0, 0);
648 KeyPrefix prefix;
649 const char *p = KeyPrefix::decode(start, limit, &prefix);
666 KeyPrefix prefi
[all...]

Completed in 980 milliseconds