Searched refs:posix_syntax_ (Results 1 - 2 of 2) sorted by relevance

/external/regex-re2/re2/
H A Dre2.h564 posix_syntax_(false),
593 bool posix_syntax() const { return posix_syntax_; }
594 void set_posix_syntax(bool b) { posix_syntax_ = b; }
628 posix_syntax_ = src.posix_syntax_;
645 bool posix_syntax_; member in class:re2::RE2::Options
H A Dre2.cc41 posix_syntax_(opt == RE2::POSIX),

Completed in 136 milliseconds