Searched refs:IsInterested (Results 1 – 6 of 6) sorted by relevance
384 if (matrix.LhsSize() != 0 && listener->IsInterested()) { in VerifyMatchMatrix()407 if (listener->IsInterested()) { in VerifyMatchMatrix()425 if (listener->IsInterested()) { in VerifyMatchMatrix()443 if (listener->IsInterested()) { in FindPairing()454 if (listener->IsInterested()) { in FindPairing()465 if (listener->IsInterested()) { in FindPairing()
44 if (result || !listener->IsInterested()) in MatchAndExplain()
590 if (!listener->IsInterested()) { in MatchPrintAndExplain()1705 if (listener->IsInterested()) {2543 if (!listener->IsInterested()) {2656 if (listener->IsInterested()) {2745 if (listener->IsInterested()) {3088 if (!listener->IsInterested()) {3310 if (!listener->IsInterested()) {3426 const bool listener_interested = listener->IsInterested();3666 if (listener->IsInterested()) {3951 if (!listener->IsInterested()) {[all …]
83 EXPECT_TRUE(StringMatchResultListener().IsInterested()); in TEST()84 EXPECT_TRUE(StreamMatchResultListener(&std::cout).IsInterested()); in TEST()86 EXPECT_FALSE(DummyMatchResultListener().IsInterested()); in TEST()87 EXPECT_FALSE(StreamMatchResultListener(nullptr).IsInterested()); in TEST()
2523 return !listener->IsInterested(); in MatchAndExplain()2533 return listener->IsInterested(); in MatchAndExplain()
101 bool IsInterested() const { return stream_ != nullptr; } in IsInterested() function