Searched refs:IsInterested (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/googletest/googlemock/src/
H A Dgmock-matchers.cc336 if (listener->IsInterested()) {
347 if (listener->IsInterested()) {
467 if (listener->IsInterested()) {
486 if (listener->IsInterested()) {
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h104 bool IsInterested() const { return stream_ != NULL; } function in class:testing::MatchResultListener
703 if (!listener->IsInterested()) {
1947 if (listener->IsInterested()) {
2657 if (!listener->IsInterested()) {
2763 if (listener->IsInterested()) {
3035 if (!listener->IsInterested()) {
3166 const bool listener_interested = listener->IsInterested();
3394 if (actual_count != 0 && listener->IsInterested()) {
3416 if (listener->IsInterested()) {
H A Dgmock-generated-matchers.h226 if (!listener->IsInterested())
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc248 EXPECT_TRUE(StringMatchResultListener().IsInterested());
249 EXPECT_TRUE(StreamMatchResultListener(&std::cout).IsInterested());
251 EXPECT_FALSE(DummyMatchResultListener().IsInterested());
252 EXPECT_FALSE(StreamMatchResultListener(NULL).IsInterested());

Completed in 58 milliseconds