Home | History | Annotate | Download | only in re2

Lines Matching refs:Anchor

135   static Prog* CompileSet(const RE2::Options& options, RE2::Anchor anchor,
211 void Setup(Regexp::ParseFlags, int64, RE2::Anchor);
234 RE2::Anchor anchor_; // anchor mode for RE2::Set
952 RE2::Anchor anchor) {
983 anchor_ = anchor;
1092 Prog* Compiler::CompileSet(const RE2::Options& options, RE2::Anchor anchor,
1097 c.Setup(pf, options.max_mem(), anchor);
1105 if (anchor == RE2::UNANCHORED) {
1134 Anchor anchor,
1136 return Compiler::CompileSet(options, anchor, re);