Home
last modified time | relevance | path

Searched refs:to_wstring (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/uuid/test/
Dtest_io.cpp154 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()
/third_party/cef/include/internal/
Dcef_string_wrappers.h90 static inline std::wstring to_wstring(const struct_type* s) { in to_wstring() function
181 static inline std::wstring to_wstring(const struct_type* s) { in to_wstring() function
272 static inline std::wstring to_wstring(const struct_type* s) { in to_wstring() function
288 static inline std::wstring to_wstring(const struct_type* s) { in to_wstring() function
674 return traits::to_wstring(string_); in ToWString()
/third_party/boost/boost/chrono/io/utility/
Dto_string.hpp32 std::wstring to_wstring(T const&v) { in to_wstring() function
/third_party/boost/boost/uuid/
Duuid_io.hpp170 inline std::wstring to_wstring(uuid const& u) in to_wstring() function
/third_party/boost/libs/static_string/test/
Dstatic_string.cpp237 const auto wstd_res = std::to_wstring(value); in testTS()