Home | History | Annotate | Download | only in internal

Lines Matching defs:wstring

52 //                              ::wstring, which is different to std::wstring).
60 // std::wstring does/doesn't work (Google Test can
61 // be used where std::wstring is unavailable).
355 // The user didn't tell us whether ::std::wstring is available, so we need
357 // TODO(wan@google.com): uses autoconf to detect whether ::std::wstring
360 // Cygwin 1.7 and below doesn't support ::std::wstring.
370 // The user didn't tell us whether ::wstring is available, so we need
773 typedef ::wstring wstring;
775 typedef ::std::wstring wstring;