Home | History | Annotate | Download | only in internal

Lines Matching defs:wstring

56 //                              ::wstring, which is different to std::wstring).
64 // std::wstring does/doesn't work (Google Test can
65 // be used where std::wstring is unavailable).
396 // The user didn't tell us whether ::std::wstring is available, so we need
398 wstring
401 // Cygwin 1.7 and below doesn't support ::std::wstring.
410 // The user didn't tell us whether ::wstring is available, so we need
890 typedef ::wstring wstring;
892 typedef ::std::wstring wstring;