Lines Matching refs:Detail
33 namespace Detail {
64 return Detail::unprintableString; in convertUnstreamable()
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
115 return Detail::convertUnstreamable(value); in convert()
122 namespace Detail {
133 … return ::Catch::Detail::stringify(static_cast<typename std::underlying_type<E>::type>(e)); in convertUnknownEnumToString()
196 return ::Catch::Detail::stringify(std::string{ str });
202 return ::Catch::Detail::stringify(std::string{ reinterpret_cast<char const *>(str) });
208 return ::Catch::Detail::stringify(std::string{ reinterpret_cast<char const *>(str) });
274 return ::Catch::Detail::rawMemoryToString(p);
285 return ::Catch::Detail::rawMemoryToString(p);
296 return ::Catch::Detail::clrReferenceToString(ref);
301 namespace Detail {
307 rss << ::Catch::Detail::stringify(*first);
309 rss << ", " << ::Catch::Detail::stringify(*first);
328 return ::Catch::Detail::stringify([nsObject description]);
332 namespace Detail {
363 << ::Catch::Detail::stringify(pair.first)
365 << ::Catch::Detail::stringify(pair.second)
381 rss << ::Catch::Detail::stringify(*optional);
395 namespace Detail {
404 << ::Catch::Detail::stringify(std::get<N>(tuple));
425 Detail::TupleElementPrinter<std::tuple<Types...>>::print(tuple, rss.get());
451 return ::Catch::Detail::stringify(value);
487 return ::Catch::Detail::rangeToString( begin( range ), end( range ) );
501 rss << ::Catch::Detail::stringify( b );
508 …struct StringMaker<R, typename std::enable_if<is_range<R>::value && !::Catch::Detail::IsStreamInse…
611 return ::Catch::Detail::stringify(time_point.time_since_epoch()) + " since epoch";