OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PCRE_Options
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/re2/util/
pcre.h
197
class
PCRE_Options
;
233
PCRE(const char *pattern, const
PCRE_Options
& re_option);
234
PCRE(const string& pattern, const
PCRE_Options
& re_option);
522
//
PCRE_Options
allow you to set the PCRE::Options, plus any pcre
534
class
PCRE_Options
{
537
PCRE_Options
() : option_(PCRE::None), match_limit_(0), stack_limit_(0), report_errors_(true) {}
/external/regex-re2/util/
pcre.h
191
class
PCRE_Options
;
227
PCRE(const char *pattern, const
PCRE_Options
& re_option);
228
PCRE(const string& pattern, const
PCRE_Options
& re_option);
516
//
PCRE_Options
allow you to set the PCRE::Options, plus any pcre
528
class
PCRE_Options
{
531
PCRE_Options
() : option_(PCRE::None), match_limit_(0), stack_limit_(0), report_errors_(true) {}
Completed in 222 milliseconds