OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConcatOrAlternate
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/re2/re2/
regexp.cc
209
Regexp* Regexp::
ConcatOrAlternate
(RegexpOp op, Regexp** sub, int nsub,
236
subs[i] =
ConcatOrAlternate
(op, sub+i*kMaxNsub, kMaxNsub, flags, false);
237
subs[nbigsub - 1] =
ConcatOrAlternate
(op, sub+(nbigsub-1)*kMaxNsub,
255
return
ConcatOrAlternate
(kRegexpConcat, sub, nsub, flags, false);
259
return
ConcatOrAlternate
(kRegexpAlternate, sub, nsub, flags, true);
263
return
ConcatOrAlternate
(kRegexpAlternate, sub, nsub, flags, false);
regexp.h
457
static Regexp*
ConcatOrAlternate
(RegexpOp op, Regexp** subs, int nsubs,
parse.cc
1031
Regexp* re =
ConcatOrAlternate
(op, subs, n, flags_, true);
[
all
...]
Completed in 137 milliseconds