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.h836 struct TrueWithString { struct
837 TrueWithString() = default;
838 explicit TrueWithString(const char* str) : value(str) {} in TrueWithString() function
839 explicit TrueWithString(const std::string& str) : value(str) {} in TrueWithString() argument
1369 if (::testing::internal::TrueWithString gtest_msg{}) { \
1413 if (::testing::internal::TrueWithString gtest_msg{}) { \