HomeSort by relevance Sort by last modified time
    Searched refs:untyped_expectation (Results 1 - 2 of 2) sorted by null

  /external/chromium/testing/gmock/src/
gmock-spec-builders.cc 385 const ExpectationBase* const untyped_expectation = member in namespace:testing::internal
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(); local
464 if (untyped_expectation->IsOverSaturated()) {
469 } else if (!untyped_expectation->IsSatisfied()) {
473 << untyped_expectation->source_text() << "...\n";
477 untyped_expectation->MaybeDescribeExtraMatcherTo(&ss)
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-spec-builders.h     [all...]

Completed in 64 milliseconds