Lines Matching defs:parameter
166 // Silence C4100 (unreferenced formal parameter) and 4805
550 // Returns the name of the parameter type, or NULL if this is not a typed
557 // Returns the text representation of the value parameter, or NULL if this
645 // Name of the parameter type, or NULL if this is not a typed or a
648 // Text representation of the value parameter, or NULL if this is not a
682 // a_type_param: the name of the test's type parameter, or NULL if
696 // Returns the name of the parameter type, or NULL if this is not a
850 // Name of the parameter type, or NULL if this is not a typed or a
1560 // Template parameter:
1644 // This interface has support for accessing the test parameter value via
1647 // Use it with one of the parameter generator defining functions, like Range(),
1678 // The current parameter value. Is also available in the test fixture's
1688 // Sets parameter value. The caller is responsible for making sure the value
1690 static void SetParam(const ParamType* parameter) { parameter_ = parameter; }
1692 // Static value used for accessing parameter during a test lifetime.
2145 // The first parameter is the name of the test suite, and the second
2146 // parameter is the name of the test within the test suite.
2180 // The first parameter is the name of the test fixture class, which
2181 // also doubles as the test suite name. The second parameter is the