Home
last modified time | relevance | path

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

/external/pigweed/pw_string/
Dto_string_test.cc33 static constexpr const char* kToString = "This is a CustomType"; member
44 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()
Dstring_builder_test.cc33 static constexpr const char* kToString = "This is a CustomType"; member
49 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()