OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DatabaseFreeListKey
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.h
175
class
DatabaseFreeListKey
{
177
DatabaseFreeListKey
();
178
static bool Decode(base::StringPiece* slice,
DatabaseFreeListKey
* result);
182
int Compare(const
DatabaseFreeListKey
& other) const;
indexed_db_leveldb_coding.cc
49
// [
DatabaseFreeListKey
]
960
return Compare<
DatabaseFreeListKey
>(a, b, only_compare_index_keys, ok);
[
all
...]
indexed_db_leveldb_coding_unittest.cc
821
keys.push_back(
DatabaseFreeListKey
::Encode(0));
822
keys.push_back(
DatabaseFreeListKey
::EncodeMaxKey());
[
all
...]
Completed in 115 milliseconds