Home
last modified time | relevance | path

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

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