Home | History | Annotate | Download | only in src

Lines Matching refs:untyped_expectation

385   const ExpectationBase* const untyped_expectation =
389 const bool found = untyped_expectation != NULL;
409 untyped_expectation->DescribeLocationTo(&loc);
425 Expect(false, untyped_expectation->file(),
426 untyped_expectation->line(), ss.str());
463 ExpectationBase* const untyped_expectation = it->get();
464 if (untyped_expectation->IsOverSaturated()) {
469 } else if (!untyped_expectation->IsSatisfied()) {
473 << untyped_expectation->source_text() << "...\n";
477 untyped_expectation->MaybeDescribeExtraMatcherTo(&ss);
478 untyped_expectation->DescribeCallCountTo(&ss);
479 Expect(false, untyped_expectation->file(),
480 untyped_expectation->line(), ss.str());