OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndexDataKey
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.h
387
class
IndexDataKey
{
389
IndexDataKey
();
390
~
IndexDataKey
();
391
static bool Decode(base::StringPiece* slice,
IndexDataKey
* result);
428
DISALLOW_COPY_AND_ASSIGN(
IndexDataKey
);
indexed_db_leveldb_coding.cc
142
// primary key> => "version", primary key [
IndexDataKey
]
881
int CompareSuffix<
IndexDataKey
>(StringPiece* slice_a,
1046
return CompareSuffix<
IndexDataKey
>(
[
all
...]
indexed_db_leveldb_coding_unittest.cc
884
keys.push_back(
IndexDataKey
::Encode(1, 1, 30, MinIDBKey(), std::string(), 0));
885
keys.push_back(
IndexDataKey
::Encode(1, 1, 30, MinIDBKey(), MinIDBKey(), 0));
886
keys.push_back(
IndexDataKey
::Encode(1, 1, 30, MinIDBKey(), MinIDBKey(), 1));
887
keys.push_back(
IndexDataKey
::Encode(1, 1, 30, MinIDBKey(), MaxIDBKey(), 0));
888
keys.push_back(
IndexDataKey
::Encode(1, 1, 30, MinIDBKey(), MaxIDBKey(), 1));
889
keys.push_back(
IndexDataKey
::Encode(1, 1, 30, MaxIDBKey(), MinIDBKey(), 0));
890
keys.push_back(
IndexDataKey
::Encode(1, 1, 30, MaxIDBKey(), MinIDBKey(), 1));
891
keys.push_back(
IndexDataKey
::Encode(1, 1, 30, MaxIDBKey(), MaxIDBKey(), 0));
892
keys.push_back(
IndexDataKey
::Encode(1, 1, 30, MaxIDBKey(), MaxIDBKey(), 1));
893
keys.push_back(
IndexDataKey
::Encode(1, 1, 31, MinIDBKey(), MinIDBKey(), 0))
[
all
...]
indexed_db_backing_store.cc
[
all
...]
Completed in 42 milliseconds