Home
last modified time | relevance | path

Searched defs:Passed (Results 1 – 4 of 4) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h524 bool Passed() const { return !Failed(); } in Passed() function
791 bool Passed() const { return !Failed(); } in Passed() function
/minix/external/bsd/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h554 bool Passed() const { return !Failed(); } in Passed() function
H A Dgtest-death-test.cc493 bool DeathTestImpl::Passed(bool status_ok) { in Passed() function in testing::internal::DeathTestImpl
H A Dgtest.cc3672 bool UnitTest::Passed() const { return impl()->Passed(); } in Passed() function in testing::UnitTest