Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/src/
Dgmock-spec-builders.cc385 const ExpectationBase* const untyped_expectation = in UntypedInvokeWith() local
389 const bool found = untyped_expectation != NULL; in UntypedInvokeWith()
410 untyped_expectation->DescribeLocationTo(&loc); in UntypedInvokeWith()
426 Expect(false, untyped_expectation->file(), in UntypedInvokeWith()
427 untyped_expectation->line(), ss.str()); in UntypedInvokeWith()
464 ExpectationBase* const untyped_expectation = it->get(); in VerifyAndClearExpectationsLocked() local
465 if (untyped_expectation->IsOverSaturated()) { in VerifyAndClearExpectationsLocked()
470 } else if (!untyped_expectation->IsSatisfied()) { in VerifyAndClearExpectationsLocked()
474 << untyped_expectation->source_text() << "...\n"; in VerifyAndClearExpectationsLocked()
478 untyped_expectation->MaybeDescribeExtraMatcherTo(&ss); in VerifyAndClearExpectationsLocked()
[all …]
/external/google-breakpad/src/testing/include/gmock/
Dgmock-spec-builders.h1537 const linked_ptr<ExpectationBase> untyped_expectation(expectation); in AddNewExpectation()
1538 untyped_expectations_.push_back(untyped_expectation); in AddNewExpectation()
1543 implicit_sequence->AddExpectation(Expectation(untyped_expectation)); in AddNewExpectation()