Searched refs:IsInterested (Results 1 – 5 of 5) sorted by relevance
391 if (listener->IsInterested()) { in VerifyMatchMatrix()409 if (listener->IsInterested()) { in VerifyMatchMatrix()427 if (listener->IsInterested()) { in FindPairing()438 if (listener->IsInterested()) { in FindPairing()449 if (listener->IsInterested()) { in FindPairing()
64 if (L->IsInterested()) { in MatchAndExplain()
45 if (result || !listener->IsInterested()) in MatchAndExplain()
345 if (!listener->IsInterested()) { in MatchPrintAndExplain()1426 if (listener->IsInterested()) {2215 if (!listener->IsInterested()) {2328 if (listener->IsInterested()) {2635 if (!listener->IsInterested()) {2768 const bool listener_interested = listener->IsInterested();3013 if (matrix.LhsSize() != 0 && listener->IsInterested()) {3033 if (listener->IsInterested()) {3335 if (!listener->IsInterested()) {3395 if (!listener->IsInterested()) {[all …]
103 bool IsInterested() const { return stream_ != nullptr; } in IsInterested() function