OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxIndexIdSizeBytes
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.h
112
static const size_t
kMaxIndexIdSizeBytes
= 1ULL << kMaxIndexIdSizeBits; // 4
118
static const size_t kMaxIndexIdBits =
kMaxIndexIdSizeBytes
* 8 - 1; // 31
indexed_db_leveldb_coding.cc
[
all
...]
Completed in 26 milliseconds