OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasnext_
(Results
1 - 2
of
2
) sorted by null
/external/regex-re2/re2/testing/
string_generator.cc
26
hasnext_
= true;
36
hasnext_
= true;
80
CHECK(
hasnext_
);
90
hasnext_
= random_ ? RandomDigits() : IncrementDigits();
104
hasnext_
= nrandom_ > 0;
109
hasnext_
= true;
string_generator.h
25
bool HasNext() { return
hasnext_
; }
47
bool
hasnext_
; // Whether Next() can be called again.
member in class:re2::StringGenerator
Completed in 53 milliseconds