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

  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h 164 class StreamMatchResultListener : public MatchResultListener {
166 explicit StreamMatchResultListener(::std::ostream* os)
170 GTEST_DISALLOW_COPY_AND_ASSIGN_(StreamMatchResultListener);
215 StreamMatchResultListener listener(os);
    [all...]
  /external/chromium/testing/gmock/test/
gmock-matchers_test.cc 129 using testing::internal::StreamMatchResultListener;
212 EXPECT_TRUE(StreamMatchResultListener(NULL).stream() == NULL);
214 EXPECT_EQ(&std::cout, StreamMatchResultListener(&std::cout).stream());
219 EXPECT_TRUE(StreamMatchResultListener(&std::cout).IsInterested());
222 EXPECT_FALSE(StreamMatchResultListener(NULL).IsInterested());
    [all...]

Completed in 49 milliseconds