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

  /external/chromium_org/third_party/re2/re2/
re2.h 581 bool posix_syntax() const { return posix_syntax_; }
582 void set_posix_syntax(bool b) { posix_syntax_ = b; }
616 posix_syntax_ = src.posix_syntax_;
633 bool posix_syntax_; member in class:re2::RE2::Options
    [all...]
  /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...]

Completed in 46 milliseconds