OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:anchored_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/re2/re2/
bitstate.cc
52
bool
anchored_
; // whether search is anchored at text.begin()
member in class:re2::BitState
73
anchored_
(false),
305
anchored_
= anchored || prog_->anchor_start();
329
if (
anchored_
) {
/external/chromium_org/third_party/re2/re2/testing/
backtrack.cc
66
bool
anchored_
; // whether search is anchored at text.begin()
member in class:re2::Backtracker
80
anchored_
(false),
105
anchored_
= anchored | prog_->anchor_start();
130
if (
anchored_
) {
/external/regex-re2/re2/
bitstate.cc
52
bool
anchored_
; // whether search is anchored at text.begin()
member in class:re2::BitState
73
anchored_
(false),
305
anchored_
= anchored || prog_->anchor_start();
329
if (
anchored_
) {
/external/regex-re2/re2/testing/
backtrack.cc
66
bool
anchored_
; // whether search is anchored at text.begin()
member in class:re2::Backtracker
80
anchored_
(false),
105
anchored_
= anchored | prog_->anchor_start();
130
if (
anchored_
) {
Completed in 668 milliseconds