Home | History | Annotate | Download | only in src

Lines Matching full:throw_on_failure

273     throw_on_failure,
274 internal::BoolFromGTestEnv("throw_on_failure", false),
2049 // GTEST_FLAG(throw_on_failure) is true (if exceptions are enabled). We
3797 } else if (GTEST_FLAG(throw_on_failure)) {
4750 " @G--" GTEST_FLAG_PREFIX_ "throw_on_failure@D\n"
4807 &GTEST_FLAG(throw_on_failure))