Searched refs:wide_string (Results 1 – 3 of 3) sorted by relevance
87 …template<typename T> class wide_string {}; // expected-note {{'another::wide_string' declared here… class91 …nonstd::wide_string<char> str2; // expected-error{{no template named 'wide_string' in namespace 'n… in poit()
36 static_assert((std::is_same<myconv::wide_string, std::wstring>::value), ""); in main()
102 const wide_string& wide_err = wide_string());107 wide_string from_bytes(char byte);108 wide_string from_bytes(const char* ptr);109 wide_string from_bytes(const byte_string& str);114 byte_string to_bytes(const wide_string& wstr);3631 wide_string __wide_err_string_;3653 const wide_string& __wide_err = wide_string());3661 wide_string from_bytes(char __byte)3664 wide_string from_bytes(const char* __ptr)3667 wide_string from_bytes(const byte_string& __str)[all …]