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

  /external/gmock/src/
gmock-spec-builders.cc 385 const ExpectationBase* const untyped_expectation = member in namespace:testing::internal
389 const bool found = untyped_expectation != NULL;
410 untyped_expectation->DescribeLocationTo(&loc);
426 Expect(false, untyped_expectation->file(),
427 untyped_expectation->line(), ss.str());
464 ExpectationBase* const untyped_expectation = it->get(); local
465 if (untyped_expectation->IsOverSaturated()) {
470 } else if (!untyped_expectation->IsSatisfied()) {
474 << untyped_expectation->source_text() << "...\n";
478 untyped_expectation->MaybeDescribeExtraMatcherTo(&ss)
    [all...]
  /external/google-breakpad/src/testing/src/
gmock-spec-builders.cc 385 const ExpectationBase* const untyped_expectation = member in namespace:testing::internal
389 const bool found = untyped_expectation != NULL;
410 untyped_expectation->DescribeLocationTo(&loc);
426 Expect(false, untyped_expectation->file(),
427 untyped_expectation->line(), ss.str());
464 ExpectationBase* const untyped_expectation = it->get(); local
465 if (untyped_expectation->IsOverSaturated()) {
470 } else if (!untyped_expectation->IsSatisfied()) {
474 << untyped_expectation->source_text() << "...\n";
478 untyped_expectation->MaybeDescribeExtraMatcherTo(&ss)
    [all...]
  /external/gmock/include/gmock/
gmock-spec-builders.h     [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-spec-builders.h     [all...]

Completed in 106 milliseconds