Searched refs:TestStringConvert (Results 1 – 9 of 9) sorted by relevance
293 void TestStringConvert(const T& str) { in TestStringConvert() function318 TestStringConvert("hello"); // As char array. in TEST_F()319 TestStringConvert(L"hello"); in TEST_F()320 TestStringConvert(static_cast<const char*>("hello")); in TEST_F()321 TestStringConvert(static_cast<const wchar_t*>(L"hello")); in TEST_F()322 TestStringConvert(std::string("hello")); in TEST_F()323 TestStringConvert(std::wstring(L"hello")); in TEST_F()324 TestStringConvert(string_view("hello")); in TEST_F()326 TestStringConvert(std::string_view("hello")); in TEST_F()327 TestStringConvert(std::wstring_view(L"hello")); in TEST_F()
206 void TestStringConvert(const T& str) { in TestStringConvert() function231 TestStringConvert("hello"); // As char array. in TEST_F()232 TestStringConvert(static_cast<const char*>("hello")); in TEST_F()233 TestStringConvert(std::string("hello")); in TEST_F()234 TestStringConvert(string_view("hello")); in TEST_F()236 TestStringConvert(std::string_view("hello")); in TEST_F()
207 void TestStringConvert(const T& str) { in TestStringConvert() function232 TestStringConvert("hello"); // As char array. in TEST_F()233 TestStringConvert(static_cast<const char*>("hello")); in TEST_F()234 TestStringConvert(std::string("hello")); in TEST_F()235 TestStringConvert(string_view("hello")); in TEST_F()237 TestStringConvert(std::string_view("hello")); in TEST_F()
208 void TestStringConvert(const T& str) { in TestStringConvert() function233 TestStringConvert("hello"); // As char array. in TEST_F()234 TestStringConvert(static_cast<const char*>("hello")); in TEST_F()235 TestStringConvert(std::string("hello")); in TEST_F()236 TestStringConvert(string_view("hello")); in TEST_F()238 TestStringConvert(std::string_view("hello")); in TEST_F()
203 void TestStringConvert(const T& str) { in TestStringConvert() function228 TestStringConvert("hello"); // As char array. in TEST_F()229 TestStringConvert(static_cast<const char*>("hello")); in TEST_F()230 TestStringConvert(std::string("hello")); in TEST_F()231 TestStringConvert(string_view("hello")); in TEST_F()