Home
last modified time | relevance | path

Searched refs:untyped_expectation (Results 1 – 6 of 6) sorted by relevance

/external/googletest/googlemock/src/
Dgmock-spec-builders.cc437 const ExpectationBase* const untyped_expectation = in UntypedInvokeWith() local
440 const bool found = untyped_expectation != nullptr; in UntypedInvokeWith()
461 untyped_expectation->DescribeLocationTo(&loc); in UntypedInvokeWith()
479 Expect(false, untyped_expectation->file(), untyped_expectation->line(), in UntypedInvokeWith()
532 ExpectationBase* const untyped_expectation = it->get(); in VerifyAndClearExpectationsLocked() local
533 if (untyped_expectation->IsOverSaturated()) { in VerifyAndClearExpectationsLocked()
538 } else if (!untyped_expectation->IsSatisfied()) { in VerifyAndClearExpectationsLocked()
542 << untyped_expectation->source_text() << "...\n"; in VerifyAndClearExpectationsLocked()
546 untyped_expectation->MaybeDescribeExtraMatcherTo(&ss); in VerifyAndClearExpectationsLocked()
547 untyped_expectation->DescribeCallCountTo(&ss); in VerifyAndClearExpectationsLocked()
[all …]
/external/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h1632 const std::shared_ptr<ExpectationBase> untyped_expectation(expectation); in AddNewExpectation()
1635 untyped_expectations_.push_back(untyped_expectation); in AddNewExpectation()
1640 implicit_sequence->AddExpectation(Expectation(untyped_expectation)); in AddNewExpectation()
/external/fmtlib/test/
Dgmock-gtest-all.cc10644 const ExpectationBase* const untyped_expectation = in UntypedInvokeWith() local
10647 const bool found = untyped_expectation != NULL; in UntypedInvokeWith()
10667 untyped_expectation->DescribeLocationTo(&loc); in UntypedInvokeWith()
10682 Expect(false, untyped_expectation->file(), untyped_expectation->line(), in UntypedInvokeWith()
10718 ExpectationBase* const untyped_expectation = it->get(); in VerifyAndClearExpectationsLocked() local
10719 if (untyped_expectation->IsOverSaturated()) { in VerifyAndClearExpectationsLocked()
10724 } else if (!untyped_expectation->IsSatisfied()) { in VerifyAndClearExpectationsLocked()
10728 << untyped_expectation->source_text() << "...\n"; in VerifyAndClearExpectationsLocked()
10732 untyped_expectation->MaybeDescribeExtraMatcherTo(&ss); in VerifyAndClearExpectationsLocked()
10733 untyped_expectation->DescribeCallCountTo(&ss); in VerifyAndClearExpectationsLocked()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc11656 const ExpectationBase* const untyped_expectation = in UntypedInvokeWith() local
11660 const bool found = untyped_expectation != NULL; in UntypedInvokeWith()
11681 untyped_expectation->DescribeLocationTo(&loc); in UntypedInvokeWith()
11697 Expect(false, untyped_expectation->file(), in UntypedInvokeWith()
11698 untyped_expectation->line(), ss.str()); in UntypedInvokeWith()
11735 ExpectationBase* const untyped_expectation = it->get(); in VerifyAndClearExpectationsLocked() local
11736 if (untyped_expectation->IsOverSaturated()) { in VerifyAndClearExpectationsLocked()
11741 } else if (!untyped_expectation->IsSatisfied()) { in VerifyAndClearExpectationsLocked()
11745 << untyped_expectation->source_text() << "...\n"; in VerifyAndClearExpectationsLocked()
11749 untyped_expectation->MaybeDescribeExtraMatcherTo(&ss); in VerifyAndClearExpectationsLocked()
[all …]
/external/fmtlib/test/gmock/
Dgmock.h10120 const linked_ptr<ExpectationBase> untyped_expectation(expectation);
10121 untyped_expectations_.push_back(untyped_expectation);
10126 implicit_sequence->AddExpectation(Expectation(untyped_expectation));
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gmock/
Dgmock.h10788 const linked_ptr<ExpectationBase> untyped_expectation(expectation);
10789 untyped_expectations_.push_back(untyped_expectation);
10794 implicit_sequence->AddExpectation(Expectation(untyped_expectation));