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/chromium_org/third_party/re2/re2/
re2.h
584
bool longest_match() const { return
longest_match_
; }
585
void set_longest_match(bool b) {
longest_match_
= b; }
617
longest_match_
= src.
longest_match_
;
634
bool
longest_match_
;
member in class:re2::RE2::Options
[
all
...]
re2.cc
45
longest_match_
(false),
60
longest_match_
(opt == RE2::POSIX_SYNTAX),
[
all
...]
Completed in 98 milliseconds