re2 43 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.h namespace re2 { re2 262 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.h explicit WebRequestRedirectByRegExAction(scoped_ptr<re2::RE2> from_pattern, re2 280 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.h scoped_ptr<re2::RE2> from_pattern_; re2 19 chrome/browser/extensions/api/web_request/form_data_parser.cc using re2::RE2; re2 101 chrome/browser/extensions/api/web_request/form_data_parser.cc re2::StringPiece source_; re2 217 chrome/browser/extensions/api/web_request/form_data_parser.cc static bool StartsWithPattern(const re2::StringPiece& input, re2 281 chrome/browser/extensions/api/web_request/form_data_parser.cc re2::StringPiece source_; re2 416 chrome/browser/extensions/api/web_request/form_data_parser.cc re2::StringPiece seek_unquote(literal); re2 437 chrome/browser/extensions/api/web_request/form_data_parser.cc bool FormDataParserMultipart::StartsWithPattern(const re2::StringPiece& input, re2 575 chrome/browser/extensions/api/web_request/form_data_parser.cc re2::StringPiece header(header_start, source_.data() - header_start - 2u); re2 580 chrome/browser/extensions/api/web_request/form_data_parser.cc re2::StringPiece groups[2u]; re2 58 chrome/tools/profile_reset/jtl_parser.cc explicit ParsingState(const re2::StringPiece& compacted_source) re2 68 chrome/tools/profile_reset/jtl_parser.cc re2::StringPiece remaining_compacted_source; re2 69 chrome/tools/profile_reset/jtl_parser.cc re2::StringPiece last_context; re2 93 chrome/tools/profile_reset/jtl_parser.cc re2::StringPiece verbose_text_piece(verbose_text); re2 136 chrome/tools/profile_reset/jtl_parser.cc re2::StringPiece arguments_piece(arguments); re2 608 components/json_schema/json_schema_validator.cc ScopedVector<re2::RE2> pattern_properties_pattern; re2 614 components/json_schema/json_schema_validator.cc re2::RE2* prop_pattern = new re2::RE2(it.key()); re2 638 components/json_schema/json_schema_validator.cc if (re2::RE2::PartialMatch(it.key(), re2 774 components/json_schema/json_schema_validator.cc re2::RE2 compiled_regex(pattern); re2 781 components/json_schema/json_schema_validator.cc } else if (!re2::RE2::PartialMatch(value, compiled_regex)) { re2 76 components/url_matcher/regex_set_matcher.cc filtered_re2_.reset(new re2::FilteredRE2()); re2 18 components/url_matcher/regex_set_matcher.h namespace re2 { re2 73 components/url_matcher/regex_set_matcher.h scoped_ptr<re2::FilteredRE2> filtered_re2_; re2 206 components/url_matcher/url_matcher_factory.cc re2::RE2 regex(str_value); re2 221 content/child/webcrypto/shared_crypto_unittest.cc re2::RE2::GlobalReplace(&file_contents, re2::RE2("\\s*//.*"), ""); re2 58 extensions/common/stack_frame.cc if (!re2::RE2::FullMatch(text, re2 61 extensions/common/stack_frame.cc !re2::RE2::FullMatch(text, re2 239 gpu/command_buffer/service/program_manager.cc re2::StringPiece input(log); re2 27 third_party/re2/re2/filtered_re2.h namespace re2 { re2 1073 third_party/re2/re2/parse.cc Regexp* re2; re2 1074 third_party/re2/re2/parse.cc if ((re1 = stacktop_) == NULL || (re2 = re1->down_) == NULL) re2 1079 third_party/re2/re2/parse.cc if (re2->op_ != kRegexpLiteral && re2->op_ != kRegexpLiteralString) re2 1081 third_party/re2/re2/parse.cc if ((re1->parse_flags_ & FoldCase) != (re2->parse_flags_ & FoldCase)) re2 1084 third_party/re2/re2/parse.cc if (re2->op_ == kRegexpLiteral) { re2 1086 third_party/re2/re2/parse.cc Rune rune = re2->rune_; re2 1087 third_party/re2/re2/parse.cc re2->op_ = kRegexpLiteralString; re2 1088 third_party/re2/re2/parse.cc re2->nrunes_ = 0; re2 1089 third_party/re2/re2/parse.cc re2->runes_ = NULL; re2 1090 third_party/re2/re2/parse.cc re2->AddRuneToString(rune); re2 1095 third_party/re2/re2/parse.cc re2->AddRuneToString(re1->rune_); re2 1098 third_party/re2/re2/parse.cc re2->AddRuneToString(re1->runes_[i]); re2 1112 third_party/re2/re2/parse.cc stacktop_ = re2; re2 703 third_party/re2/re2/prefilter.cc Prefilter* Prefilter::FromRE2(const RE2* re2) { re2 704 third_party/re2/re2/prefilter.cc if (re2 == NULL) re2 707 third_party/re2/re2/prefilter.cc Regexp* regexp = re2->Regexp(); re2 14 third_party/re2/re2/prefilter.h namespace re2 { re2 52 third_party/re2/re2/prefilter.h static Prefilter* FromRE2(const RE2* re2); re2 24 third_party/re2/re2/prefilter_tree.h namespace re2 { re2 15 third_party/re2/re2/prog.h namespace re2 { re2 92 third_party/re2/re2/re2.cc static RE2::ErrorCode RegexpErrorToRE2(re2::RegexpStatusCode code) { re2 94 third_party/re2/re2/re2.cc case re2::kRegexpSuccess: re2 96 third_party/re2/re2/re2.cc case re2::kRegexpInternalError: re2 98 third_party/re2/re2/re2.cc case re2::kRegexpBadEscape: re2 100 third_party/re2/re2/re2.cc case re2::kRegexpBadCharClass: re2 102 third_party/re2/re2/re2.cc case re2::kRegexpBadCharRange: re2 104 third_party/re2/re2/re2.cc case re2::kRegexpMissingBracket: re2 106 third_party/re2/re2/re2.cc case re2::kRegexpMissingParen: re2 108 third_party/re2/re2/re2.cc case re2::kRegexpTrailingBackslash: re2 110 third_party/re2/re2/re2.cc case re2::kRegexpRepeatArgument: re2 112 third_party/re2/re2/re2.cc case re2::kRegexpRepeatSize: re2 114 third_party/re2/re2/re2.cc case re2::kRegexpRepeatOp: re2 116 third_party/re2/re2/re2.cc case re2::kRegexpBadPerlOp: re2 118 third_party/re2/re2/re2.cc case re2::kRegexpBadUTF8: re2 120 third_party/re2/re2/re2.cc case re2::kRegexpBadNamedCapture: re2 224 third_party/re2/re2/re2.cc re2::Regexp* suffix; re2 251 third_party/re2/re2/re2.cc re2::Prog* RE2::ReverseProg() const { re2 189 third_party/re2/re2/re2.h namespace re2 { re2 296 third_party/re2/re2/re2.h re2::Regexp* Regexp() const { return entire_regexp_; } re2 690 third_party/re2/re2/re2.h re2::Prog* ReverseProg() const; re2 697 third_party/re2/re2/re2.h re2::Regexp* entire_regexp_; // parsed regular expression re2 698 third_party/re2/re2/re2.h re2::Regexp* suffix_regexp_; // parsed regular expression, prefix removed re2 699 third_party/re2/re2/re2.h re2::Prog* prog_; // compiled program for regexp re2 700 third_party/re2/re2/re2.h mutable re2::Prog* rprog_; // reverse program for regexp re2 841 third_party/re2/re2/re2.h using re2::RE2; re2 92 third_party/re2/re2/regexp.h namespace re2 { re2 13 third_party/re2/re2/set.cc using namespace re2; re2 38 third_party/re2/re2/set.cc re2::Regexp* re = Regexp::Parse(pattern, pf, &status); re2 49 third_party/re2/re2/set.cc re2::Regexp* m = re2::Regexp::HaveMatch(n, pf); re2 52 third_party/re2/re2/set.cc re2::Regexp** sub = new re2::Regexp*[nsub + 1]; re2 57 third_party/re2/re2/set.cc re = re2::Regexp::Concat(sub, nsub + 1, pf); re2 60 third_party/re2/re2/set.cc re2::Regexp* sub[2]; re2 63 third_party/re2/re2/set.cc re = re2::Regexp::Concat(sub, 2, pf); re2 78 third_party/re2/re2/set.cc re2::Regexp* re = re2::Regexp::Alternate(const_cast<re2::Regexp**>(&re_[0]), re2 81 third_party/re2/re2/set.cc re2::Regexp* sre = re->Simplify(); re2 13 third_party/re2/re2/set.h namespace re2 { re2 45 third_party/re2/re2/set.h vector<re2::Regexp*> re_; re2 46 third_party/re2/re2/set.h re2::Prog* prog_; re2 120 third_party/re2/re2/simplify.cc static Regexp* Concat2(Regexp* re1, Regexp* re2, Regexp::ParseFlags flags); re2 297 third_party/re2/re2/simplify.cc Regexp* SimplifyWalker::Concat2(Regexp* re1, Regexp* re2, re2 303 third_party/re2/re2/simplify.cc subs[1] = re2; re2 30 third_party/re2/re2/stringpiece.h namespace re2 { re2 183 third_party/re2/re2/stringpiece.h extern std::ostream& operator<<(std::ostream& o, const re2::StringPiece& piece); re2 107 third_party/re2/re2/testing/compile_test.cc const re2::Test& t = tests[i]; re2 14 third_party/re2/re2/testing/exhaustive_tester.h namespace re2 { re2 1336 third_party/re2/re2/testing/re2_test.cc RE2 re2(".*"); re2 1338 third_party/re2/re2/testing/re2_test.cc EXPECT_TRUE(RE2::FullMatch(v1, re2)); re2 1341 third_party/re2/re2/testing/re2_test.cc EXPECT_TRUE(RE2::FullMatch(v2, re2)); re2 17 third_party/re2/re2/testing/regexp_generator.h namespace re2 { re2 18 third_party/re2/re2/testing/string_generator.h namespace re2 { re2 17 third_party/re2/re2/testing/tester.h namespace re2 { re2 44 third_party/re2/re2/unicode_casefold.h namespace re2 { re2 23 third_party/re2/re2/unicode_groups.h namespace re2 { re2 8 third_party/re2/re2/variadic_function.h namespace re2 { re2 18 third_party/re2/re2/walker-inl.h namespace re2 { re2 9 third_party/re2/testinstall.cc using namespace re2; re2 25 third_party/re2/util/arena.h namespace re2 { re2 97 third_party/re2/util/arena.h re2::AllocateInArenaType /* unused */, re2 98 third_party/re2/util/arena.h re2::UnsafeArena *arena) { re2 49 third_party/re2/util/atomicops.h re2::Mutex mu; re2 50 third_party/re2/util/atomicops.h re2::MutexLock l(&mu); re2 13 third_party/re2/util/benchmark.cc using namespace re2; re2 14 third_party/re2/util/flags.h namespace re2 { type FLAGS_##name = deflt; } re2 17 third_party/re2/util/flags.h namespace re2 { extern type FLAGS_##name; } re2 13 third_party/re2/util/mutex.h namespace re2 { re2 166 third_party/re2/util/pcre.h namespace re2 { re2 170 third_party/re2/util/pcre.h namespace re2 { re2 195 third_party/re2/util/pcre.h namespace re2 { re2 12 third_party/re2/util/random.h namespace re2 { re2 97 third_party/re2/util/sparse_array.h namespace re2 { re2 52 third_party/re2/util/sparse_set.h namespace re2 { re2 8 third_party/re2/util/stringpiece.cc using re2::StringPiece; re2 53 third_party/re2/util/test.h namespace re2 { re2 22 third_party/re2/util/utf.h namespace re2 { re2 66 third_party/re2/util/util.h namespace re2 {