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).
352 // The user didn't tell us whether ::std::wstring is available, so we need
354 // TODO(wan@google.com): uses autoconf to detect whether ::std::wstring
357 // Cygwin 1.7 and below doesn't support ::std::wstring.
366 // The user didn't tell us whether ::wstring is available, so we need
783 typedef ::wstring wstring;
785 typedef ::std::wstring wstring;