HomeSort by relevance Sort by last modified time
    Searched full:anchor_start_ (Results 1 - 2 of 2) sorted by null

  /external/regex-re2/re2/
prog.h 212 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
prog.cc 94 : anchor_start_(false),

Completed in 156 milliseconds