Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/include/boost/core/
Dlightweight_test.hpp166 template <class T> inline const T& test_output_impl(const T& v) { return v; } in test_output_impl() function
167 inline const void* test_output_impl(const char* v) { return v; } in test_output_impl() function
168 inline const void* test_output_impl(const unsigned char* v) { return v; } in test_output_impl() function
169 inline const void* test_output_impl(const signed char* v) { return v; } in test_output_impl() function
170 inline const void* test_output_impl(char* v) { return v; } in test_output_impl() function
171 inline const void* test_output_impl(unsigned char* v) { return v; } in test_output_impl() function
172 inline const void* test_output_impl(signed char* v) { return v; } in test_output_impl() function
173 template<class T> inline const void* test_output_impl(T volatile* v) { return const_cast<T*>(v); } in test_output_impl() function
176 inline const void* test_output_impl(std::nullptr_t) { return nullptr; } in test_output_impl() function
181 inline int test_output_impl( signed char const& v ) { return v; } in test_output_impl() function
[all …]