Home | History | Annotate | Download | only in re2

Lines Matching full:re2

1 // Copyright 2007 The RE2 Authors.  All Rights Reserved.
11 #include "re2/prog.h"
12 #include "re2/re2.h"
13 #include "re2/regexp.h"
14 #include "re2/walker-inl.h"
16 namespace re2 {
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
735 if (anchor_ != RE2::ANCHOR_BOTH)
952 RE2::Anchor anchor) {
994 c.Setup(re->parse_flags(), max_mem, RE2::ANCHOR_BOTH /* unused */);
1092 Prog* Compiler::CompileSet(const RE2::Options& options, RE2::Anchor anchor,
1105 if (anchor == RE2::UNANCHORED) {
1134 RE2::Options& options, RE2::Anchor anchor,
1139 } // namespace re2