Home | History | Annotate | Download | only in internal

Lines Matching defs:wstring

80 //                              ::wstring, which is different to std::wstring).
88 // std::wstring does/doesn't work (Google Test can
89 // be used where std::wstring is unavailable).
512 // The user didn't tell us whether ::std::wstring is available, so we need
514 // TODO(wan@google.com): uses autoconf to detect whether ::std::wstring
517 // Cygwin 1.7 and below doesn't support ::std::wstring.
526 // The user didn't tell us whether ::wstring is available, so we need
1100 typedef ::wstring wstring;
1102 typedef ::std::wstring wstring;