Home | History | Annotate | Download | only in re2

Lines Matching refs:Cat

160   Frag Cat(Frag a, Frag b);
305 Frag Compiler::Cat(Frag a, Frag b) {
704 f = Cat(f, ByteRange((uint8)buf[i], buf[i], false));
735 f = Cat(DotStar(), f);
742 f = Cat(f, child_frags[i]);
775 f = Cat(f, f1);
1017 Frag all = c.Cat(f, c.Match(0));
1032 Frag unanchored = c.Cat(c.DotStar(), all);
1107 all = c.Cat(c.DotStar(), all);