OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:longest_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/re2/re2/
bitstate.cc
53
bool
longest_
; // whether search wants leftmost-longest match
member in class:re2::BitState
74
longest_
(false),
271
(
longest_
&& p > submatch_[0].end())) {
277
if (!
longest_
)
306
longest_
= longest || prog_->anchor_end();
nfa.cc
112
bool
longest_
; // whether searching for longest match
member in class:re2::NFA
132
longest_
= false;
300
if (
longest_
) {
326
if (ip->greedy(prog_) ||
longest_
) {
345
if (
longest_
) {
437
longest_
= longest;
/external/chromium_org/third_party/re2/re2/testing/
backtrack.cc
67
bool
longest_
; // whether search wants leftmost-longest match
member in class:re2::Backtracker
81
longest_
(false),
106
longest_
= longest | prog_->anchor_end();
175
if (
longest_
)
213
(
longest_
&& p > submatch_[0].end())) { // ... or better match
/external/regex-re2/re2/
bitstate.cc
53
bool
longest_
; // whether search wants leftmost-longest match
member in class:re2::BitState
74
longest_
(false),
271
(
longest_
&& p > submatch_[0].end())) {
277
if (!
longest_
)
306
longest_
= longest || prog_->anchor_end();
nfa.cc
112
bool
longest_
; // whether searching for longest match
member in class:re2::NFA
132
longest_
= false;
300
if (
longest_
) {
326
if (ip->greedy(prog_) ||
longest_
) {
345
if (
longest_
) {
437
longest_
= longest;
/external/regex-re2/re2/testing/
backtrack.cc
67
bool
longest_
; // whether search wants leftmost-longest match
member in class:re2::Backtracker
81
longest_
(false),
106
longest_
= longest | prog_->anchor_end();
175
if (
longest_
)
213
(
longest_
&& p > submatch_[0].end())) { // ... or better match
Completed in 104 milliseconds