Searched refs:test_output_impl (Results 1 – 1 of 1) sorted by relevance
166 template <class T> inline const T& test_output_impl(const T& v) { return v; } in test_output_impl() function167 inline const void* test_output_impl(const char* v) { return v; } in test_output_impl() function168 inline const void* test_output_impl(const unsigned char* v) { return v; } in test_output_impl() function169 inline const void* test_output_impl(const signed char* v) { return v; } in test_output_impl() function170 inline const void* test_output_impl(char* v) { return v; } in test_output_impl() function171 inline const void* test_output_impl(unsigned char* v) { return v; } in test_output_impl() function172 inline const void* test_output_impl(signed char* v) { return v; } in test_output_impl() function173 template<class T> inline const void* test_output_impl(T volatile* v) { return const_cast<T*>(v); } in test_output_impl() function176 inline const void* test_output_impl(std::nullptr_t) { return nullptr; } in test_output_impl() function181 inline int test_output_impl( signed char const& v ) { return v; } in test_output_impl() function[all …]