Searched refs:anchor_start_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dprog.h212 bool anchor_start() { return anchor_start_; }
213 void set_anchor_start(bool b) { anchor_start_ = b; }
342 bool anchor_start_; // regexp has explicit start anchor member in class:re2::Prog
H A Dprog.cc94 : anchor_start_(false),
/external/regex-re2/re2/
H A Dprog.h212 bool anchor_start() { return anchor_start_; }
213 void set_anchor_start(bool b) { anchor_start_ = b; }
342 bool anchor_start_; // regexp has explicit start anchor member in class:re2::Prog
H A Dprog.cc94 : anchor_start_(false),

Completed in 77 milliseconds