reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
64 if (L->IsInterested()) {
utils/unittest/googlemock/include/gmock/gmock-generated-matchers.h 228 if (!listener->IsInterested())
utils/unittest/googlemock/include/gmock/gmock-matchers.h705 if (!listener->IsInterested()) { 1949 if (listener->IsInterested()) { 2662 if (!listener->IsInterested()) { 2768 if (listener->IsInterested()) { 3040 if (!listener->IsInterested()) { 3174 const bool listener_interested = listener->IsInterested(); 3404 if (actual_count != 0 && listener->IsInterested()) { 3426 if (listener->IsInterested()) {utils/unittest/googlemock/src/gmock-matchers.cc
336 if (listener->IsInterested()) { 347 if (listener->IsInterested()) { 467 if (listener->IsInterested()) { 486 if (listener->IsInterested()) {