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()
602 if (!listener->IsInterested()) { in MatchPrintAndExplain()1315 if (!listener->IsInterested()) {1443 if (!listener->IsInterested()) {1770 if (listener->IsInterested()) {2611 if (!listener->IsInterested()) {2724 if (listener->IsInterested()) {2813 if (listener->IsInterested()) {2912 if (!match && listener->IsInterested()) {3246 if (!listener->IsInterested()) {3488 if (!listener->IsInterested()) {[all …]
44 if (result || !listener->IsInterested()) in MatchAndExplain()
85 EXPECT_TRUE(StringMatchResultListener().IsInterested()); in TEST()86 EXPECT_TRUE(StreamMatchResultListener(&std::cout).IsInterested()); in TEST()88 EXPECT_FALSE(DummyMatchResultListener().IsInterested()); in TEST()89 EXPECT_FALSE(StreamMatchResultListener(nullptr).IsInterested()); in TEST()2420 listener_interested_->push_back(listener->IsInterested()); in TEST()
2821 return !listener->IsInterested(); in MatchAndExplain()2831 return listener->IsInterested(); in MatchAndExplain()
101 bool IsInterested() const { return stream_ != nullptr; } in IsInterested() function