OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RegexpOp
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/re2/re2/
regexp.h
95
enum
RegexpOp
{
313
RegexpOp
op() { return static_cast<
RegexpOp
>(op_); }
434
explicit Regexp(
RegexpOp
op, ParseFlags parse_flags);
457
static Regexp* ConcatOrAlternate(
RegexpOp
op, Regexp** subs, int nsubs,
505
// uint8 instead of
RegexpOp
to control space usage.
/external/regex-re2/re2/
regexp.h
95
enum
RegexpOp
{
313
RegexpOp
op() { return static_cast<
RegexpOp
>(op_); }
434
explicit Regexp(
RegexpOp
op, ParseFlags parse_flags);
457
static Regexp* ConcatOrAlternate(
RegexpOp
op, Regexp** subs, int nsubs,
505
// uint8 instead of
RegexpOp
to control space usage.
Completed in 27 milliseconds