Searched refs:kToString (Results 1 – 2 of 2) sorted by relevance
33 static constexpr const char* kToString = "This is a CustomType"; member44 std::snprintf(buffer.data(), buffer.size(), CustomType::kToString); in ToString()196 EXPECT_EQ(std::strlen(CustomType::kToString), in TEST()198 EXPECT_STREQ(CustomType::kToString, buffer); in TEST()
33 static constexpr const char* kToString = "This is a CustomType"; member49 return string::Format(buffer, this_pw_test::CustomType::kToString); in ToString()475 EXPECT_STREQ(CustomType::kToString, sb.data()); in TEST()476 EXPECT_EQ(std::strlen(CustomType::kToString), sb.size()); in TEST()483 EXPECT_STREQ(CustomType::kToString, sb.data()); in TEST()484 EXPECT_EQ(std::strlen(CustomType::kToString), sb.size()); in TEST()