Searched refs:to_wstring (Results 1 – 5 of 5) sorted by relevance
154 BOOST_TEST(to_wstring(u1) == std::wstring(L"00000000-0000-0000-0000-000000000000")); in main()155 BOOST_TEST(to_wstring(u3) == std::wstring(L"12345678-90ab-cdef-1234-567890abcdef")); in main()
90 static inline std::wstring to_wstring(const struct_type* s) { in to_wstring() function181 static inline std::wstring to_wstring(const struct_type* s) { in to_wstring() function272 static inline std::wstring to_wstring(const struct_type* s) { in to_wstring() function288 static inline std::wstring to_wstring(const struct_type* s) { in to_wstring() function674 return traits::to_wstring(string_); in ToWString()
32 std::wstring to_wstring(T const&v) { in to_wstring() function
170 inline std::wstring to_wstring(uuid const& u) in to_wstring() function
237 const auto wstd_res = std::to_wstring(value); in testTS()