Home | History | Annotate | Download | only in gtest

Lines Matching defs:ParamType

1525   typedef T ParamType;
1529 const ParamType& GetParam() const { return *parameter_; }
1534 static void SetParam(const ParamType* parameter) {
1539 static const ParamType* parameter_;