Searched refs:test_output_impl (Results 1 – 1 of 1) sorted by relevance
163 template <class T> inline const T& test_output_impl(const T& v) { return v; } in test_output_impl() function164 inline const void* test_output_impl(const char* v) { return v; } in test_output_impl() function165 inline const void* test_output_impl(const unsigned char* v) { return v; } in test_output_impl() function166 inline const void* test_output_impl(const signed char* v) { return v; } in test_output_impl() function167 inline const void* test_output_impl(char* v) { return v; } in test_output_impl() function168 inline const void* test_output_impl(unsigned char* v) { return v; } in test_output_impl() function169 inline const void* test_output_impl(signed char* v) { return v; } in test_output_impl() function170 template<class T> inline const void* test_output_impl(T volatile* v) { return const_cast<T*>(v); } in test_output_impl() function173 inline const void* test_output_impl(std::nullptr_t) { return nullptr; } in test_output_impl() function267 …<< "' ('" << test_output_impl(t) << "' " << lwt_predicate_name(pred) << " '" << test_output_impl(u) in test_with_impl()[all …]