HomeSort by relevance Sort by last modified time
    Searched refs:IsInterested (Results 1 - 3 of 3) sorted by null

  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h 97 bool IsInterested() const { return stream_ != NULL; }
483 if (!listener->IsInterested()) {
    [all...]
gmock-generated-matchers.h 236 if (!listener->IsInterested())
    [all...]
  /external/chromium/testing/gmock/test/
gmock-matchers_test.cc 218 EXPECT_TRUE(StringMatchResultListener().IsInterested());
219 EXPECT_TRUE(StreamMatchResultListener(&std::cout).IsInterested());
221 EXPECT_FALSE(DummyMatchResultListener().IsInterested());
222 EXPECT_FALSE(StreamMatchResultListener(NULL).IsInterested());
    [all...]

Completed in 115 milliseconds