kFirstMatch 370 third_party/re2/re2/bitstate.cc bool longest = kind != kFirstMatch; kFirstMatch 623 third_party/re2/re2/dfa.cc if (sawmatch && (kind_ == Prog::kFirstMatch || q->is_mark(id))) kFirstMatch 640 third_party/re2/re2/dfa.cc (kind_ != Prog::kFirstMatch || kFirstMatch 946 third_party/re2/re2/dfa.cc if (kind == Prog::kFirstMatch) { kFirstMatch 1817 third_party/re2/re2/dfa.cc if (kind == kFirstMatch || kind == kManyMatch) { kFirstMatch 701 third_party/re2/re2/nfa.cc if (!nfa.Search(text, context, anchor == kAnchored, kind != kFirstMatch, match, nmatch)) kFirstMatch 309 third_party/re2/re2/onepass.cc if (kind == kFirstMatch && (cond & kMatchWins)) kFirstMatch 611 third_party/re2/re2/re2.cc Prog::MatchKind kind = Prog::kFirstMatch; kFirstMatch 246 third_party/re2/re2/testing/backtrack.cc bool longest = kind != kFirstMatch; kFirstMatch 28 third_party/re2/re2/testing/dfa_test.cc CHECK(prog_->BuildEntireDFA(Prog::kFirstMatch)); kFirstMatch 79 third_party/re2/re2/testing/dfa_test.cc prog->BuildEntireDFA(Prog::kFirstMatch); kFirstMatch 109 third_party/re2/re2/testing/dfa_test.cc prog->BuildEntireDFA(Prog::kFirstMatch); kFirstMatch 210 third_party/re2/re2/testing/dfa_test.cc Prog::kUnanchored, Prog::kFirstMatch, kFirstMatch 215 third_party/re2/re2/testing/dfa_test.cc Prog::kUnanchored, Prog::kFirstMatch, kFirstMatch 245 third_party/re2/re2/testing/dfa_test.cc Prog::kUnanchored, Prog::kFirstMatch, kFirstMatch 250 third_party/re2/re2/testing/dfa_test.cc Prog::kUnanchored, Prog::kFirstMatch, kFirstMatch 333 third_party/re2/re2/testing/dfa_test.cc bool matched = prog->SearchDFA(t.text, NULL, Prog::kUnanchored, Prog::kFirstMatch, NULL, &failed, NULL); kFirstMatch 809 third_party/re2/re2/testing/regexp_benchmark.cc CHECK_EQ(prog->SearchDFA(text, NULL, anchor, Prog::kFirstMatch, kFirstMatch 825 third_party/re2/re2/testing/regexp_benchmark.cc CHECK_EQ(prog->SearchNFA(text, NULL, anchor, Prog::kFirstMatch, NULL, 0), kFirstMatch 840 third_party/re2/re2/testing/regexp_benchmark.cc CHECK_EQ(prog->SearchOnePass(text, text, anchor, Prog::kFirstMatch, NULL, 0), kFirstMatch 854 third_party/re2/re2/testing/regexp_benchmark.cc CHECK_EQ(prog->SearchBitState(text, text, anchor, Prog::kFirstMatch, NULL, 0), kFirstMatch 898 third_party/re2/re2/testing/regexp_benchmark.cc Prog::kFirstMatch, NULL, &failed, NULL), kFirstMatch 913 third_party/re2/re2/testing/regexp_benchmark.cc CHECK_EQ(prog->SearchNFA(text, NULL, anchor, Prog::kFirstMatch, NULL, 0), kFirstMatch 928 third_party/re2/re2/testing/regexp_benchmark.cc CHECK_EQ(prog->SearchOnePass(text, text, anchor, Prog::kFirstMatch, NULL, 0), kFirstMatch 941 third_party/re2/re2/testing/regexp_benchmark.cc CHECK_EQ(prog->SearchBitState(text, text, anchor, Prog::kFirstMatch, NULL, 0), kFirstMatch 115 third_party/re2/re2/testing/tester.cc case Prog::kFirstMatch: kFirstMatch 576 third_party/re2/re2/testing/tester.cc Prog::kFirstMatch,