Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_tostring.h45 class IsStreamInsertable {
101 typename std::enable_if<::Catch::Detail::IsStreamInsertable<Fake>::value, std::string>::type
112 … typename std::enable_if<!::Catch::Detail::IsStreamInsertable<Fake>::value, std::string>::type
508 …R, typename std::enable_if<is_range<R>::value && !::Catch::Detail::IsStreamInsertable<R>::value>::…
/external/catch2/single_include/catch2/
Dcatch.hpp1238 class IsStreamInsertable { class
1292 typename std::enable_if<::Catch::Detail::IsStreamInsertable<Fake>::value, std::string>::type
1303 … typename std::enable_if<!::Catch::Detail::IsStreamInsertable<Fake>::value, std::string>::type
1698 …R, typename std::enable_if<is_range<R>::value && !::Catch::Detail::IsStreamInsertable<R>::value>::…
/external/bcc/tests/cc/
Dcatch.hpp1610 struct IsStreamInsertable { struct
1671 Detail::StringMakerBase<Detail::IsStreamInsertable<T>::value> {};