OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObjectStoreDataKey
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.h
348
class
ObjectStoreDataKey
{
350
static bool Decode(base::StringPiece* slice,
ObjectStoreDataKey
* result);
359
ObjectStoreDataKey
();
360
~
ObjectStoreDataKey
();
indexed_db_backing_store.cc
[
all
...]
indexed_db_leveldb_coding.cc
120
// Object store data: [
ObjectStoreDataKey
]
873
int CompareSuffix<
ObjectStoreDataKey
>(StringPiece* slice_a,
1028
return CompareSuffix<
ObjectStoreDataKey
>(
[
all
...]
indexed_db_leveldb_coding_unittest.cc
878
keys.push_back(
ObjectStoreDataKey
::Encode(1, 1, std::string()));
879
keys.push_back(
ObjectStoreDataKey
::Encode(1, 1, MinIDBKey()));
880
keys.push_back(
ObjectStoreDataKey
::Encode(1, 1, MaxIDBKey()));
[
all
...]
Completed in 32 milliseconds