ParseFlags        212 third_party/re2/re2/compile.cc   void Setup(Regexp::ParseFlags, int64, RE2::Anchor);
ParseFlags        952 third_party/re2/re2/compile.cc void Compiler::Setup(Regexp::ParseFlags flags, int64 max_mem,
ParseFlags       1097 third_party/re2/re2/compile.cc   Regexp::ParseFlags pf = static_cast<Regexp::ParseFlags>(options.ParseFlags());
ParseFlags         46 third_party/re2/re2/parse.cc   ParseState(ParseFlags flags, const StringPiece& whole_regexp,
ParseFlags         50 third_party/re2/re2/parse.cc   ParseFlags flags() { return flags_; }
ParseFlags        149 third_party/re2/re2/parse.cc   bool MaybeConcatString(int r, ParseFlags flags);
ParseFlags        152 third_party/re2/re2/parse.cc   ParseFlags flags_;
ParseFlags        166 third_party/re2/re2/parse.cc Regexp::ParseState::ParseState(ParseFlags flags,
ParseFlags        417 third_party/re2/re2/parse.cc     Regexp::ParseFlags oflags = flags_;
ParseFlags        454 third_party/re2/re2/parse.cc   Regexp::ParseFlags fl = flags_;
ParseFlags        481 third_party/re2/re2/parse.cc   Regexp::ParseFlags fl = flags_;
ParseFlags        679 third_party/re2/re2/parse.cc   Regexp::ParseFlags pf = re->parse_flags();
ParseFlags        688 third_party/re2/re2/parse.cc                             Regexp::ParseFlags *flags) {
ParseFlags        692 third_party/re2/re2/parse.cc   *flags = static_cast<Regexp::ParseFlags>(re->parse_flags_ & Regexp::FoldCase);
ParseFlags        805 third_party/re2/re2/parse.cc     Regexp::ParseFlags altflags) {
ParseFlags        812 third_party/re2/re2/parse.cc     Regexp::ParseFlags altflags,
ParseFlags        821 third_party/re2/re2/parse.cc   Regexp::ParseFlags runeflags = Regexp::NoParseFlags;
ParseFlags        833 third_party/re2/re2/parse.cc     Regexp::ParseFlags runeflags_i = Regexp::NoParseFlags;
ParseFlags       1071 third_party/re2/re2/parse.cc bool Regexp::ParseState::MaybeConcatString(int r, ParseFlags flags) {
ParseFlags       1385 third_party/re2/re2/parse.cc     Rune lo, Rune hi, Regexp::ParseFlags parse_flags) {
ParseFlags       1439 third_party/re2/re2/parse.cc                       Regexp::ParseFlags parse_flags) {
ParseFlags       1489 third_party/re2/re2/parse.cc UGroup* MaybeParsePerlCCEscape(StringPiece* s, Regexp::ParseFlags parse_flags) {
ParseFlags       1512 third_party/re2/re2/parse.cc ParseStatus ParseUnicodeGroup(StringPiece* s, Regexp::ParseFlags parse_flags,
ParseFlags       1576 third_party/re2/re2/parse.cc static ParseStatus ParseCCName(StringPiece* s, Regexp::ParseFlags parse_flags,
ParseFlags       1925 third_party/re2/re2/parse.cc   flags_ = static_cast<Regexp::ParseFlags>(nflags);
ParseFlags       1954 third_party/re2/re2/parse.cc Regexp* Regexp::Parse(const StringPiece& s, ParseFlags global_flags,
ParseFlags        208 third_party/re2/re2/re2.cc     static_cast<Regexp::ParseFlags>(options_.ParseFlags()),
ParseFlags        629 third_party/re2/re2/re2.h     int ParseFlags() const;
ParseFlags         16 third_party/re2/re2/regexp.cc Regexp::Regexp(RegexpOp op, ParseFlags parse_flags)
ParseFlags        176 third_party/re2/re2/regexp.cc Regexp* Regexp::HaveMatch(int match_id, ParseFlags flags) {
ParseFlags        182 third_party/re2/re2/regexp.cc Regexp* Regexp::Plus(Regexp* sub, ParseFlags flags) {
ParseFlags        191 third_party/re2/re2/regexp.cc Regexp* Regexp::Star(Regexp* sub, ParseFlags flags) {
ParseFlags        200 third_party/re2/re2/regexp.cc Regexp* Regexp::Quest(Regexp* sub, ParseFlags flags) {
ParseFlags        210 third_party/re2/re2/regexp.cc                                   ParseFlags flags, bool can_factor) {
ParseFlags        254 third_party/re2/re2/regexp.cc Regexp* Regexp::Concat(Regexp** sub, int nsub, ParseFlags flags) {
ParseFlags        258 third_party/re2/re2/regexp.cc Regexp* Regexp::Alternate(Regexp** sub, int nsub, ParseFlags flags) {
ParseFlags        262 third_party/re2/re2/regexp.cc Regexp* Regexp::AlternateNoFactor(Regexp** sub, int nsub, ParseFlags flags) {
ParseFlags        266 third_party/re2/re2/regexp.cc Regexp* Regexp::Capture(Regexp* sub, ParseFlags flags, int cap) {
ParseFlags        274 third_party/re2/re2/regexp.cc Regexp* Regexp::Repeat(Regexp* sub, ParseFlags flags, int min, int max) {
ParseFlags        283 third_party/re2/re2/regexp.cc Regexp* Regexp::NewLiteral(Rune rune, ParseFlags flags) {
ParseFlags        289 third_party/re2/re2/regexp.cc Regexp* Regexp::LiteralString(Rune* runes, int nrunes, ParseFlags flags) {
ParseFlags        300 third_party/re2/re2/regexp.cc Regexp* Regexp::NewCharClass(CharClass* cc, ParseFlags flags) {
ParseFlags        316 third_party/re2/re2/regexp.h   enum ParseFlags parse_flags() { return static_cast<ParseFlags>(parse_flags_); }
ParseFlags        345 third_party/re2/re2/regexp.h   static Regexp* Parse(const StringPiece& s, ParseFlags flags,
ParseFlags        361 third_party/re2/re2/regexp.h   static bool SimplifyRegexp(const StringPiece& src, ParseFlags flags,
ParseFlags        386 third_party/re2/re2/regexp.h   static Regexp* Plus(Regexp* sub, ParseFlags flags);
ParseFlags        387 third_party/re2/re2/regexp.h   static Regexp* Star(Regexp* sub, ParseFlags flags);
ParseFlags        388 third_party/re2/re2/regexp.h   static Regexp* Quest(Regexp* sub, ParseFlags flags);
ParseFlags        389 third_party/re2/re2/regexp.h   static Regexp* Concat(Regexp** subs, int nsubs, ParseFlags flags);
ParseFlags        390 third_party/re2/re2/regexp.h   static Regexp* Alternate(Regexp** subs, int nsubs, ParseFlags flags);
ParseFlags        391 third_party/re2/re2/regexp.h   static Regexp* Capture(Regexp* sub, ParseFlags flags, int cap);
ParseFlags        392 third_party/re2/re2/regexp.h   static Regexp* Repeat(Regexp* sub, ParseFlags flags, int min, int max);
ParseFlags        393 third_party/re2/re2/regexp.h   static Regexp* NewLiteral(Rune rune, ParseFlags flags);
ParseFlags        394 third_party/re2/re2/regexp.h   static Regexp* NewCharClass(CharClass* cc, ParseFlags flags);
ParseFlags        395 third_party/re2/re2/regexp.h   static Regexp* LiteralString(Rune* runes, int nrunes, ParseFlags flags);
ParseFlags        396 third_party/re2/re2/regexp.h   static Regexp* HaveMatch(int match_id, ParseFlags flags);
ParseFlags        399 third_party/re2/re2/regexp.h   static Regexp* AlternateNoFactor(Regexp** subs, int nsubs, ParseFlags flags);
ParseFlags        434 third_party/re2/re2/regexp.h   explicit Regexp(RegexpOp op, ParseFlags parse_flags);
ParseFlags        458 third_party/re2/re2/regexp.h                                    ParseFlags flags, bool can_factor);
ParseFlags        463 third_party/re2/re2/regexp.h   static Rune* LeadingString(Regexp* re, int* nrune, ParseFlags* flags);
ParseFlags        480 third_party/re2/re2/regexp.h   static int FactorAlternation(Regexp** sub, int nsub, ParseFlags flags);
ParseFlags        482 third_party/re2/re2/regexp.h                                         ParseFlags flags, int maxdepth);
ParseFlags        597 third_party/re2/re2/regexp.h   void AddRangeFlags(Rune lo, Rune hi, Regexp::ParseFlags parse_flags);
ParseFlags        609 third_party/re2/re2/regexp.h inline Regexp::ParseFlags operator|(Regexp::ParseFlags a, Regexp::ParseFlags b)
ParseFlags        611 third_party/re2/re2/regexp.h   return static_cast<Regexp::ParseFlags>(static_cast<int>(a) | static_cast<int>(b));
ParseFlags        614 third_party/re2/re2/regexp.h inline Regexp::ParseFlags operator^(Regexp::ParseFlags a, Regexp::ParseFlags b)
ParseFlags        616 third_party/re2/re2/regexp.h   return static_cast<Regexp::ParseFlags>(static_cast<int>(a) ^ static_cast<int>(b));
ParseFlags        619 third_party/re2/re2/regexp.h inline Regexp::ParseFlags operator&(Regexp::ParseFlags a, Regexp::ParseFlags b)
ParseFlags        621 third_party/re2/re2/regexp.h   return static_cast<Regexp::ParseFlags>(static_cast<int>(a) & static_cast<int>(b));
ParseFlags        624 third_party/re2/re2/regexp.h inline Regexp::ParseFlags operator~(Regexp::ParseFlags a)
ParseFlags        626 third_party/re2/re2/regexp.h   return static_cast<Regexp::ParseFlags>(~static_cast<int>(a));
ParseFlags         34 third_party/re2/re2/set.cc   Regexp::ParseFlags pf = static_cast<Regexp::ParseFlags>(
ParseFlags         35 third_party/re2/re2/set.cc     options_.ParseFlags());
ParseFlags         76 third_party/re2/re2/set.cc   Regexp::ParseFlags pf = static_cast<Regexp::ParseFlags>(
ParseFlags         77 third_party/re2/re2/set.cc     options_.ParseFlags());
ParseFlags         18 third_party/re2/re2/simplify.cc bool Regexp::SimplifyRegexp(const StringPiece& src, ParseFlags flags,
ParseFlags        120 third_party/re2/re2/simplify.cc   static Regexp* Concat2(Regexp* re1, Regexp* re2, Regexp::ParseFlags flags);
ParseFlags        126 third_party/re2/re2/simplify.cc                                 Regexp::ParseFlags parse_flags);
ParseFlags        298 third_party/re2/re2/simplify.cc                                 Regexp::ParseFlags parse_flags) {
ParseFlags        314 third_party/re2/re2/simplify.cc                                        Regexp::ParseFlags f) {
ParseFlags         63 third_party/re2/re2/testing/mimics_pcre_test.cc       Regexp::ParseFlags flags = Regexp::LikePerl;
ParseFlags         14 third_party/re2/re2/testing/parse_test.cc static const Regexp::ParseFlags TestZeroFlags = Regexp::ParseFlags(1<<30);
ParseFlags         19 third_party/re2/re2/testing/parse_test.cc   Regexp::ParseFlags flags;
ParseFlags         22 third_party/re2/re2/testing/parse_test.cc static Regexp::ParseFlags kTestFlags = Regexp::MatchNL |
ParseFlags        201 third_party/re2/re2/testing/parse_test.cc void TestParse(const Test* tests, int ntests, Regexp::ParseFlags flags,
ParseFlags        206 third_party/re2/re2/testing/parse_test.cc     Regexp::ParseFlags f = flags;
ParseFlags        384 third_party/re2/re2/testing/parse_test.cc     Regexp::ParseFlags f = kTestFlags;
ParseFlags         43 third_party/re2/re2/testing/required_prefix_test.cc       Regexp::ParseFlags flags = Regexp::LikePerl;
ParseFlags        135 third_party/re2/re2/testing/tester.cc   Regexp::ParseFlags parse_flags;
ParseFlags        139 third_party/re2/re2/testing/tester.cc static const Regexp::ParseFlags single_line =
ParseFlags        141 third_party/re2/re2/testing/tester.cc static const Regexp::ParseFlags multi_line =
ParseFlags        142 third_party/re2/re2/testing/tester.cc   static_cast<Regexp::ParseFlags>(Regexp::LikePerl & ~Regexp::OneLine);
ParseFlags        152 third_party/re2/re2/testing/tester.cc static string FormatMode(Regexp::ParseFlags flags) {
ParseFlags        162 third_party/re2/re2/testing/tester.cc                            Regexp::ParseFlags flags)
ParseFlags         55 third_party/re2/re2/testing/tester.h                Regexp::ParseFlags flags);
ParseFlags         57 third_party/re2/re2/testing/tester.h   Regexp::ParseFlags flags() { return flags_; }
ParseFlags         77 third_party/re2/re2/testing/tester.h   Regexp::ParseFlags flags_;        // flags for parsing regexp_str_