Home
last modified time | relevance | path

Searched refs:test_output_impl (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/core/
Dlightweight_test.hpp163 template <class T> inline const T& test_output_impl(const T& v) { return v; } in test_output_impl() function
164 inline const void* test_output_impl(const char* v) { return v; } in test_output_impl() function
165 inline const void* test_output_impl(const unsigned char* v) { return v; } in test_output_impl() function
166 inline const void* test_output_impl(const signed char* v) { return v; } in test_output_impl() function
167 inline const void* test_output_impl(char* v) { return v; } in test_output_impl() function
168 inline const void* test_output_impl(unsigned char* v) { return v; } in test_output_impl() function
169 inline const void* test_output_impl(signed char* v) { return v; } in test_output_impl() function
170 template<class T> inline const void* test_output_impl(T volatile* v) { return const_cast<T*>(v); } in test_output_impl() function
173 inline const void* test_output_impl(std::nullptr_t) { return nullptr; } in test_output_impl() function
267 …<< "' ('" << test_output_impl(t) << "' " << lwt_predicate_name(pred) << " '" << test_output_impl(u) in test_with_impl()
[all …]