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

  /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/googletest/googlemock/src/
gmock-spec-builders.cc 432 const ExpectationBase* const untyped_expectation = member in namespace:testing::internal
436 const bool found = untyped_expectation != nullptr;
456 untyped_expectation->DescribeLocationTo(&loc);
471 Expect(false, untyped_expectation->file(),
472 untyped_expectation->line(), ss.str());
511 ExpectationBase* const untyped_expectation = it->get(); local
512 if (untyped_expectation->IsOverSaturated()) {
517 } else if (!untyped_expectation->IsSatisfied()) {
521 << untyped_expectation->source_text() << "...\n";
525 untyped_expectation->MaybeDescribeExtraMatcherTo(&ss)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/src/
gmock-spec-builders.cc 395 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->MaybeDescribeExtraMatcherTo(&ss)
    [all...]

Completed in 47 milliseconds