OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndexFreeListKey
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.h
296
class
IndexFreeListKey
{
298
IndexFreeListKey
();
299
static bool Decode(base::StringPiece* slice,
IndexFreeListKey
* result);
305
int Compare(const
IndexFreeListKey
& other);
indexed_db_leveldb_coding.cc
113
// => existence implies the index id is in the free list [
IndexFreeListKey
]
1008
return Compare<
IndexFreeListKey
>(
[
all
...]
indexed_db_leveldb_coding_unittest.cc
869
keys.push_back(
IndexFreeListKey
::Encode(1, 1, kMinimumIndexId));
870
keys.push_back(
IndexFreeListKey
::EncodeMaxKey(1, 1));
871
keys.push_back(
IndexFreeListKey
::Encode(1, 2, kMinimumIndexId));
872
keys.push_back(
IndexFreeListKey
::EncodeMaxKey(1, 2));
[
all
...]
indexed_db_backing_store.cc
[
all
...]
Completed in 29 milliseconds