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).
389 // The user didn't tell us whether ::std::wstring is available, so we need
391 // TODO(wan@google.com): uses autoconf to detect whether ::std::wstring
394 // Cygwin 1.7 and below doesn't support ::std::wstring.
403 // The user didn't tell us whether ::wstring is available, so we need
876 typedef ::wstring wstring;
878 typedef ::std::wstring wstring;