Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h828 struct TrueWithString { struct
829 TrueWithString() = default;
830 explicit TrueWithString(const char* str) : value(str) {} in TrueWithString() function
831 explicit TrueWithString(const std::string& str) : value(str) {} in TrueWithString() function
1366 if (::testing::internal::TrueWithString gtest_msg{}) { \
1410 if (::testing::internal::TrueWithString gtest_msg{}) { \