Home
last modified time | relevance | path

Searched defs:regexps (Results 1 – 7 of 7) sorted by relevance

/third_party/re2/re2/
Dfiltered_re2.cc104 std::vector<int> regexps; in FirstMatch() local
116 std::vector<int> regexps; in AllMatches() local
Dprefilter_tree.h101 std::vector<int> regexps; member
Dprefilter_tree.cc343 const std::vector<int>& regexps = entries_[i].regexps; in PrintDebugInfo() local
/third_party/re2/re2/testing/
Dfiltered_re2_test.cc79 const char* regexps[20]; member
150 void AddRegexpsAndCompile(const char* regexps[], in AddRegexpsAndCompile()
291 const char* regexps[] = {"-R.+(|ADD=;AA){12}}"}; in TEST() local
Dexhaustive_tester.h58 int regexps() { return regexps_; } in regexps() function
Dpossible_match_test.cc186 int regexps() { return regexps_; } in regexps() function in re2::PossibleMatchTester
Dregexp_generator.cc199 std::stack<std::string> regexps; in RunPostfix() local