Lines Matching refs:GetParam
1642 // the GetParam() method.
1650 // // Can use GetParam() here.
1653 // // Can use GetParam() here.
1656 // // Can use GetParam() here.
1659 // // Can use GetParam() here.
1663 // // Can use GetParam() method here.
1665 // ASSERT_TRUE(foo.DoesBar(GetParam()));
1678 // like writing 'WithParamInterface<bool>::GetParam()' for a test that
1680 const ParamType& GetParam() const { return *parameter_; }