OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:longest_match_
(Results
1 - 2
of
2
) sorted by null
/external/regex-re2/re2/
re2.h
565
longest_match_
(false),
596
bool longest_match() const { return
longest_match_
; }
597
void set_longest_match(bool b) {
longest_match_
= b; }
629
longest_match_
= src.
longest_match_
;
646
bool
longest_match_
;
member in class:re2::RE2::Options
[
all
...]
re2.cc
42
longest_match_
(opt == RE2::POSIX),
[
all
...]
Completed in 596 milliseconds