Home
last modified time | relevance | path

Searched refs:IsInterested (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc501 if (listener->IsInterested()) { in VerifyMatchMatrix()
519 if (listener->IsInterested()) { in VerifyMatchMatrix()
537 if (listener->IsInterested()) { in FindPairing()
548 if (listener->IsInterested()) { in FindPairing()
559 if (listener->IsInterested()) { in FindPairing()
/freebsd-12.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h109 bool IsInterested() const { return stream_ != NULL; } in IsInterested() function
876 if (!listener->IsInterested()) { in MatchPrintAndExplain()
2149 if (listener->IsInterested()) {
2970 if (!listener->IsInterested()) {
3082 if (listener->IsInterested()) {
3405 if (!listener->IsInterested()) {
3536 const bool listener_interested = listener->IsInterested();
3779 if (matrix.LhsSize() != 0 && listener->IsInterested()) {
3799 if (listener->IsInterested()) {
4089 if (!listener->IsInterested()) {
[all …]
H A Dgmock-generated-matchers.h.pump122 if (!listener->IsInterested())
H A Dgmock-generated-matchers.h228 if (!listener->IsInterested()) in MatchAndExplain()
/freebsd-12.1/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc248 EXPECT_TRUE(StringMatchResultListener().IsInterested()); in TEST()
249 EXPECT_TRUE(StreamMatchResultListener(&std::cout).IsInterested()); in TEST()
251 EXPECT_FALSE(DummyMatchResultListener().IsInterested()); in TEST()
252 EXPECT_FALSE(StreamMatchResultListener(NULL).IsInterested()); in TEST()