Home
last modified time | relevance | path

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

/external/v8/testing/gmock/src/
Dgmock-matchers.cc336 if (listener->IsInterested()) { in FindPairing()
347 if (listener->IsInterested()) { in FindPairing()
467 if (listener->IsInterested()) { in VerifyAllElementsAndMatchersAreMatched()
486 if (listener->IsInterested()) { in VerifyAllElementsAndMatchersAreMatched()
/external/googletest/googlemock/src/
Dgmock-matchers.cc336 if (listener->IsInterested()) { in FindPairing()
347 if (listener->IsInterested()) { in FindPairing()
466 if (listener->IsInterested()) { in VerifyAllElementsAndMatchersAreMatched()
485 if (listener->IsInterested()) { in VerifyAllElementsAndMatchersAreMatched()
/external/v8/testing/gmock/include/gmock/
Dgmock-matchers.h104 bool IsInterested() const { return stream_ != NULL; } in IsInterested() function
703 if (!listener->IsInterested()) { in MatchPrintAndExplain()
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()) {
Dgmock-generated-matchers.h.pump120 if (!listener->IsInterested())
Dgmock-generated-matchers.h226 if (!listener->IsInterested()) in MatchAndExplain()
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h104 bool IsInterested() const { return stream_ != NULL; } in IsInterested() function
703 if (!listener->IsInterested()) { in MatchPrintAndExplain()
1947 if (listener->IsInterested()) {
2657 if (!listener->IsInterested()) {
2763 if (listener->IsInterested()) {
3035 if (!listener->IsInterested()) {
3166 const bool listener_interested = listener->IsInterested();
3393 if (actual_count != 0 && listener->IsInterested()) {
3415 if (listener->IsInterested()) {
Dgmock-generated-matchers.h.pump120 if (!listener->IsInterested())
Dgmock-generated-matchers.h226 if (!listener->IsInterested()) in MatchAndExplain()
/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h97 bool IsInterested() const { return stream_ != NULL; } in IsInterested() function
590 if (!listener->IsInterested()) { in MatchPrintAndExplain()
2068 if (!listener->IsInterested()) {
2174 if (listener->IsInterested()) {
2446 if (!listener->IsInterested()) {
Dgmock-generated-matchers.h.pump121 if (!listener->IsInterested())
Dgmock-generated-matchers.h236 if (!listener->IsInterested()) in MatchAndExplain()
/external/google-breakpad/src/testing/test/
Dgmock-matchers_test.cc222 EXPECT_TRUE(StringMatchResultListener().IsInterested()); in TEST()
223 EXPECT_TRUE(StreamMatchResultListener(&std::cout).IsInterested()); in TEST()
225 EXPECT_FALSE(DummyMatchResultListener().IsInterested()); in TEST()
226 EXPECT_FALSE(StreamMatchResultListener(NULL).IsInterested()); in TEST()
/external/googletest/googlemock/test/
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()
/external/v8/testing/gmock/test/
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()
/external/fmtlib/test/
Dgmock-gtest-all.cc10291 if (listener->IsInterested()) { in FindPairing()
10302 if (listener->IsInterested()) { in FindPairing()
10422 if (listener->IsInterested()) { in VerifyAllElementsAndMatchersAreMatched()
10441 if (listener->IsInterested()) { in VerifyAllElementsAndMatchersAreMatched()
/external/fmtlib/test/gmock/
Dgmock.h4760 bool IsInterested() const { return stream_ != NULL; }
5334 if (!listener->IsInterested()) {
7072 if (!listener->IsInterested()) {
7178 if (listener->IsInterested()) {
7450 if (!listener->IsInterested()) {
7581 const bool listener_interested = listener->IsInterested();
7809 if (actual_count != 0 && listener->IsInterested()) {
7831 if (listener->IsInterested()) {
11934 if (!listener->IsInterested())