Home
last modified time | relevance | path

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

/external/chromium/testing/gmock/src/
Dgmock-spec-builders.cc385 const ExpectationBase* const untyped_expectation = in UntypedInvokeWith() local
389 const bool found = untyped_expectation != NULL; in UntypedInvokeWith()
409 untyped_expectation->DescribeLocationTo(&loc); in UntypedInvokeWith()
425 Expect(false, untyped_expectation->file(), in UntypedInvokeWith()
426 untyped_expectation->line(), ss.str()); in UntypedInvokeWith()
463 ExpectationBase* const untyped_expectation = it->get(); in VerifyAndClearExpectationsLocked() local
464 if (untyped_expectation->IsOverSaturated()) { in VerifyAndClearExpectationsLocked()
469 } else if (!untyped_expectation->IsSatisfied()) { in VerifyAndClearExpectationsLocked()
473 << untyped_expectation->source_text() << "...\n"; in VerifyAndClearExpectationsLocked()
477 untyped_expectation->MaybeDescribeExtraMatcherTo(&ss); in VerifyAndClearExpectationsLocked()
[all …]
/external/chromium/testing/gmock/include/gmock/
Dgmock-spec-builders.h1514 const linked_ptr<ExpectationBase> untyped_expectation(expectation); in AddNewExpectation()
1515 untyped_expectations_.push_back(untyped_expectation); in AddNewExpectation()
1520 implicit_sequence->AddExpectation(Expectation(untyped_expectation)); in AddNewExpectation()