Home | History | Annotate | Download | only in gtest

Lines Matching refs:GTEST_FLAG

281 //   GTEST_FLAG()       - references a flag.
3016 #define GTEST_FLAG(name) FLAGS_gtest_##name
3019 #define GTEST_DECLARE_bool_(name) GTEST_API_ extern bool GTEST_FLAG(name)
3021 GTEST_API_ extern ::testing::internal::Int32 GTEST_FLAG(name)
3023 GTEST_API_ extern ::std::string GTEST_FLAG(name)
3027 GTEST_API_ bool GTEST_FLAG(name) = (default_val)
3029 GTEST_API_ ::testing::internal::Int32 GTEST_FLAG(name) = (default_val)
3031 GTEST_API_ ::std::string GTEST_FLAG(name) = (default_val)
7104 // assertion when GTEST_FLAG(throw_on_failure) is true (if exceptions
8421 // initialized from the GTEST_FLAG(internal_run_death_test) flag if
18381 // one iteration if GTEST_FLAG(repeat) is set. iteration is the iteration