Home
last modified time | relevance | path

Searched defs:EncodeKey (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/db/
Dmemtable.cc44 static const char* EncodeKey(std::string* scratch, const Slice& target) { in EncodeKey() function
/external/chromium_org/third_party/leveldatabase/src/util/
Dcache_test.cc14 static std::string EncodeKey(int k) { in EncodeKey() function
/external/chromium_org/content/browser/indexed_db/
Dindexed_db_backing_store.cc3225 virtual std::string EncodeKey(const IndexedDBKey& key) OVERRIDE { in EncodeKey() function in content::ObjectStoreKeyCursorImpl
3229 virtual std::string EncodeKey(const IndexedDBKey& key, in EncodeKey() function in content::ObjectStoreKeyCursorImpl
3286 virtual std::string EncodeKey(const IndexedDBKey& key) OVERRIDE { in EncodeKey() function in content::ObjectStoreCursorImpl
3290 virtual std::string EncodeKey(const IndexedDBKey& key, in EncodeKey() function in content::ObjectStoreCursorImpl
3367 virtual std::string EncodeKey(const IndexedDBKey& key) OVERRIDE { in EncodeKey() function in content::IndexKeyCursorImpl
3373 virtual std::string EncodeKey(const IndexedDBKey& key, in EncodeKey() function in content::IndexKeyCursorImpl
3479 virtual std::string EncodeKey(const IndexedDBKey& key) OVERRIDE { in EncodeKey() function in content::IndexCursorImpl
3485 virtual std::string EncodeKey(const IndexedDBKey& key, in EncodeKey() function in content::IndexCursorImpl