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

  /external/regex-re2/re2/
re2.h 564 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
    [all...]
re2.cc 41 posix_syntax_(opt == RE2::POSIX),
    [all...]

Completed in 86 milliseconds