Searched defs:Passed (Results 1 – 6 of 6) sorted by relevance
56 Passed, enumerator
253 class Passed(Remark): class
578 bool Passed() const { return !Skipped() && !Failed(); } in Passed() function889 bool Passed() const { return !Failed(); } in Passed() function
582 bool Passed() const { return !Failed(); } in Passed() function
569 bool DeathTestImpl::Passed(bool status_ok) { in Passed() function in testing::internal::DeathTestImpl
4708 bool UnitTest::Passed() const { return impl()->Passed(); } in Passed() function in testing::UnitTest