Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-internal-inl.h181 throw_on_failure_ = GTEST_FLAG(throw_on_failure); in GTestFlagSaver()
202 GTEST_FLAG(throw_on_failure) = throw_on_failure_; in ~GTestFlagSaver()
223 bool throw_on_failure_; variable