OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_COUNTER
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/disk_cache/blockfile/
stats.h
50
MAX_COUNTER
93
int64 counters_[
MAX_COUNTER
];
stats.cc
25
int64 counters[disk_cache::Stats::
MAX_COUNTER
];
70
COMPILE_ASSERT(arraysize(kCounterNames) == disk_cache::Stats::
MAX_COUNTER
,
178
DCHECK(an_event >= MIN_COUNTER && an_event <
MAX_COUNTER
);
183
DCHECK(counter >= MIN_COUNTER && counter <
MAX_COUNTER
);
188
DCHECK(counter >= MIN_COUNTER && counter <
MAX_COUNTER
);
200
for (int i = MIN_COUNTER; i <
MAX_COUNTER
; i++) {
Completed in 69 milliseconds