SearchNFA 262 third_party/re2/re2/prog.h bool SearchNFA(const StringPiece& text, const StringPiece& context, SearchNFA 781 third_party/re2/re2/re2.cc if (!prog_->SearchNFA(subtext1, text, anchor, kind, submatch, ncap)) { SearchNFA 108 third_party/re2/re2/testing/regexp_benchmark.cc SearchImpl SearchDFA, SearchNFA, SearchOnePass, SearchBitState, SearchNFA 356 third_party/re2/re2/testing/regexp_benchmark.cc void Search_Digits_NFA(int i) { SearchDigits(i, SearchNFA); } SearchNFA 825 third_party/re2/re2/testing/regexp_benchmark.cc CHECK_EQ(prog->SearchNFA(text, NULL, anchor, Prog::kFirstMatch, NULL, 0), SearchNFA 913 third_party/re2/re2/testing/regexp_benchmark.cc CHECK_EQ(prog->SearchNFA(text, NULL, anchor, Prog::kFirstMatch, NULL, 0), SearchNFA 982 third_party/re2/re2/testing/regexp_benchmark.cc CHECK(prog->SearchNFA(text, NULL, Prog::kAnchored, Prog::kFullMatch, sp, 4)); SearchNFA 1053 third_party/re2/re2/testing/regexp_benchmark.cc CHECK(prog->SearchNFA(text, NULL, Prog::kAnchored, Prog::kFullMatch, sp, 4)); SearchNFA 1125 third_party/re2/re2/testing/regexp_benchmark.cc CHECK(prog->SearchNFA(text, NULL, Prog::kAnchored, Prog::kFullMatch, sp, 2)); SearchNFA 1183 third_party/re2/re2/testing/regexp_benchmark.cc CHECK(prog->SearchNFA(text, NULL, Prog::kAnchored, Prog::kFullMatch, sp, 2)); SearchNFA 317 third_party/re2/re2/testing/tester.cc prog_->SearchNFA(text, context, anchor, kind_,