Home | History | Annotate | Download | only in gtest

Lines Matching refs:ParamType

1670   typedef T ParamType;
1678 const ParamType& GetParam() const { return *parameter_; }
1683 static void SetParam(const ParamType* parameter) {
1688 static const ParamType* parameter_;