| 1564 | } |
| 1565 | |
| 1566 | inline bool GetBoolEnvVarOrFalse(const char* name) { |
| 1567 | return static_cast<bool>(GetIntEnvVarOrZero(name)); |
| 1568 | } |
| 1569 | |
| 1570 | template <typename LhsScalar, typename RhsScalar, typename SpecType> |
| 1571 | void TestSet<LhsScalar, RhsScalar, SpecType>::MakeOtherParams() { |
no test coverage detected