Home
last modified time | relevance | path

Searched refs:throw_on_failure_ (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h166 throw_on_failure_ = GTEST_FLAG_GET(throw_on_failure); in GTestFlagSaver()
192 GTEST_FLAG_SET(throw_on_failure, throw_on_failure_); in ~GTestFlagSaver()
217 bool throw_on_failure_; variable