Home | History | Annotate | Download | only in gtest

Lines Matching refs:ParamType

1672   typedef T ParamType;
1680 const ParamType& GetParam() const { return *parameter_; }
1685 static void SetParam(const ParamType* parameter) {
1690 static const ParamType* parameter_;