Searched refs:IsInterested (Results 1 – 5 of 5) sorted by relevance
501 if (listener->IsInterested()) { in VerifyMatchMatrix()519 if (listener->IsInterested()) { in VerifyMatchMatrix()537 if (listener->IsInterested()) { in FindPairing()548 if (listener->IsInterested()) { in FindPairing()559 if (listener->IsInterested()) { in FindPairing()
109 bool IsInterested() const { return stream_ != NULL; } in IsInterested() function876 if (!listener->IsInterested()) { in MatchPrintAndExplain()2149 if (listener->IsInterested()) {2970 if (!listener->IsInterested()) {3082 if (listener->IsInterested()) {3405 if (!listener->IsInterested()) {3536 const bool listener_interested = listener->IsInterested();3779 if (matrix.LhsSize() != 0 && listener->IsInterested()) {3799 if (listener->IsInterested()) {4089 if (!listener->IsInterested()) {[all …]
122 if (!listener->IsInterested())
228 if (!listener->IsInterested()) in MatchAndExplain()
248 EXPECT_TRUE(StringMatchResultListener().IsInterested()); in TEST()249 EXPECT_TRUE(StreamMatchResultListener(&std::cout).IsInterested()); in TEST()251 EXPECT_FALSE(DummyMatchResultListener().IsInterested()); in TEST()252 EXPECT_FALSE(StreamMatchResultListener(NULL).IsInterested()); in TEST()