Home
last modified time | relevance | path

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

/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()