OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:threadlo
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/re2/util/
benchmark.h
15
int
threadlo
;
member in struct:testing::Benchmark
21
void Clear(const char* n) { name = n; fn = 0; fnr = 0; lo = 0; hi = 0;
threadlo
= 0; threadhi = 0; }
22
Benchmark* ThreadRange(int lo, int hi) {
threadlo
= lo; threadhi = hi; return this; }
/external/regex-re2/util/
benchmark.h
15
int
threadlo
;
member in struct:testing::Benchmark
21
void Clear(const char* n) { name = n; fn = 0; fnr = 0; lo = 0; hi = 0;
threadlo
= 0; threadhi = 0; }
22
Benchmark* ThreadRange(int lo, int hi) {
threadlo
= lo; threadhi = hi; return this; }
Completed in 319 milliseconds