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

/gem5/ext/googletest/googlemock/src/
H A Dgmock-spec-builders.cc395 const ExpectationBase* const untyped_expectation = member in namespace:testing::internal
399 const bool found = untyped_expectation != NULL;
420 untyped_expectation->DescribeLocationTo(&loc);
436 Expect(false, untyped_expectation->file(),
437 untyped_expectation->line(), ss.str());
474 ExpectationBase* const untyped_expectation = it->get(); local
475 if (untyped_expectation->IsOverSaturated()) {
480 } else if (!untyped_expectation->IsSatisfied()) {
484 << untyped_expectation->source_text() << "...\n";
488 untyped_expectation
[all...]
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1610 const linked_ptr<ExpectationBase> untyped_expectation(expectation);
1611 untyped_expectations_.push_back(untyped_expectation);
1616 implicit_sequence->AddExpectation(Expectation(untyped_expectation));

Completed in 6 milliseconds