• Home
  • Raw
  • Download

Lines Matching refs:Catch

33 namespace Catch {
102 typename std::enable_if<::Catch::Detail::IsStreamInsertable<Fake>::value, std::string>::type
113 … typename std::enable_if<!::Catch::Detail::IsStreamInsertable<Fake>::value, std::string>::type
129 …return ::Catch::StringMaker<typename std::remove_cv<typename std::remove_reference<T>::type>::type… in stringify()
134 … return ::Catch::Detail::stringify(static_cast<typename std::underlying_type<E>::type>(e)); in convertUnknownEnumToString()
140 return ::Catch::StringMaker<T^>::convert(e);
197 return ::Catch::Detail::stringify(std::string{ str });
203 return ::Catch::Detail::stringify(std::string{ reinterpret_cast<char const *>(str) });
209 return ::Catch::Detail::stringify(std::string{ reinterpret_cast<char const *>(str) });
284 return ::Catch::Detail::rawMemoryToString(p);
295 return ::Catch::Detail::rawMemoryToString(p);
306 return ::Catch::Detail::clrReferenceToString(ref);
317 rss << ::Catch::Detail::stringify(*first);
319 rss << ", " << ::Catch::Detail::stringify(*first);
338 return ::Catch::Detail::stringify([nsObject description]);
367 namespace Catch {
373 << ::Catch::Detail::stringify(pair.first)
375 << ::Catch::Detail::stringify(pair.second)
385 namespace Catch {
391 rss << ::Catch::Detail::stringify(*optional);
404 namespace Catch {
414 << ::Catch::Detail::stringify(std::get<N>(tuple));
445 namespace Catch {
461 return ::Catch::Detail::stringify(value);
471 namespace Catch {
497 return ::Catch::Detail::rangeToString( begin( range ), end( range ) );
511 rss << ::Catch::Detail::stringify( b );
518 …struct StringMaker<R, typename std::enable_if<is_range<R>::value && !::Catch::Detail::IsStreamInse…
541 namespace Catch {
550 Catch::ReusableStringStream rss;
621 return ::Catch::Detail::stringify(time_point.time_since_epoch()) + " since epoch";
653 namespace Catch { \
656 …static const auto& enumInfo = ::Catch::getMutableRegistryHub().getMutableEnumValuesRegistry().regi…