Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcrecpp.h343 if (b) all_options_ |= (o); else all_options_ &= ~(o); \
347 (all_options_ & o) == o
358 RE_Options() : match_limit_(0), match_limit_recursion_(0), all_options_(0) {} in RE_Options()
369 all_options_(option_flags) {} in RE_Options()
449 all_options_ = opt; in set_all_options()
453 return all_options_ ; in all_options()
461 int all_options_; variable