kLongestMatch 449 third_party/re2/re2/dfa.cc if (kind_ == Prog::kLongestMatch) { kLongestMatch 642 third_party/re2/re2/dfa.cc (kind_ != Prog::kLongestMatch || !sawmark) && kLongestMatch 714 third_party/re2/re2/dfa.cc if (kind_ == Prog::kLongestMatch) { kLongestMatch 1820 third_party/re2/re2/dfa.cc kind = kLongestMatch; kLongestMatch 1844 third_party/re2/re2/dfa.cc if (kind == kLongestMatch || kind == kManyMatch) kLongestMatch 1899 third_party/re2/re2/dfa.cc kind = kLongestMatch; kLongestMatch 1908 third_party/re2/re2/dfa.cc kind = kLongestMatch; kLongestMatch 2126 third_party/re2/re2/dfa.cc dfa_longest_ = new DFA(this, Prog::kLongestMatch, dfa_mem_/2); kLongestMatch 613 third_party/re2/re2/re2.cc kind = Prog::kLongestMatch; kLongestMatch 662 third_party/re2/re2/re2.cc Prog::kLongestMatch, &match, &dfa_failed, NULL)) { kLongestMatch 110 third_party/re2/re2/testing/dfa_test.cc prog->BuildEntireDFA(Prog::kLongestMatch); kLongestMatch 113 third_party/re2/re2/testing/tester.cc case Prog::kLongestMatch: kLongestMatch 231 third_party/re2/re2/testing/tester.cc if (kind_ == Prog::kLongestMatch) kLongestMatch 251 third_party/re2/re2/testing/tester.cc kind_ != Prog::kLongestMatch) { kLongestMatch 343 third_party/re2/re2/testing/tester.cc Prog::kAnchored, Prog::kLongestMatch, kLongestMatch 577 third_party/re2/re2/testing/tester.cc Prog::kLongestMatch,