Lines Matching full:getparam
69 // Inside a test, access the test parameter with the GetParam() method
71 EXPECT_TRUE(foo.Blah(GetParam()));
176 // GetParam works just the same here as if you inherit from TestWithParam.
177 EXPECT_TRUE(foo.Blah(GetParam()));
1220 // external_flag = GetParam();
1268 // tie(external_flag_1, external_flag_2) = GetParam();