Home
last modified time | relevance | path

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

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