Lines Matching refs:parameter

268   // The second parameter prevents this overload from being considered if
656 // Returns the name of the parameter type, or NULL if this is not a typed
664 // Returns the text representation of the value parameter, or NULL if this
753 // Name of the parameter type, or NULL if this is not a typed or a
756 // Text representation of the value parameter, or NULL if this is not a
788 // a_type_param: the name of the test's type parameter, or NULL if
802 // Returns the name of the parameter type, or NULL if this is not a
932 // Name of the parameter type, or NULL if this is not a typed or a
1468 // We used to have a second template parameter instead of Secret*. That
1469 // template parameter would deduce to 'long', making this a better match
1625 // Template parameter:
1716 // This interface has support for accessing the test parameter value via
1719 // Use it with one of the parameter generator defining functions, like Range(),
1750 // The current parameter value. Is also available in the test fixture's
1754 // uses a fixture whose parameter type is int.
1763 // Sets parameter value. The caller is responsible for making sure the value
1765 static void SetParam(const ParamType* parameter) {
1766 parameter_ = parameter;
1769 // Static value used for accessing parameter during a test lifetime.
2157 // The first parameter is the name of the test case, and the second
2158 // parameter is the name of the test within the test case.
2192 // The first parameter is the name of the test fixture class, which
2193 // also doubles as the test case name. The second parameter is the