Home | History | Annotate | Download | only in gtest

Lines Matching defs:Bool

92 //  Bool()                     - Yields sequence {false, true}.
1200 // Bool() allows generating tests with parameters in a set of (false, true).
1203 // Bool()
1207 // of multiple flags can be tested when several Bool()'s are combined using
1213 // class FlagDependentTest : public testing::TestWithParam<bool> {
1218 // INSTANTIATE_TEST_CASE_P(BoolSequence, FlagDependentTest, Bool());
1220 inline internal::ParamGenerator<bool> Bool() {
1260 // : public testing::TestWithParam<tuple<bool, bool> > {
1271 // Combine(Bool(), Bool()));