Home
last modified time | relevance | path

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

/external/pcre/pcrecpp/include/
Dpcrecpp.h344 if (b) all_options_ |= (o); else all_options_ &= ~(o); \
348 (all_options_ & o) == o
365 all_options_(0) { in RE_Options()
380 all_options_(option_flags) { in RE_Options()
469 all_options_ = opt; in set_all_options()
473 return all_options_ ; in all_options()
482 int all_options_; variable