HomeSort by: relevance | last modified time | path
    Searched defs:__string_type (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
istream-string.cc 50 typedef basic_string<char> __string_type; typedef
51 typedef __string_type::size_type __size_type;
130 typedef basic_string<char> __string_type; typedef
131 typedef __string_type::size_type __size_type;
215 typedef basic_string<wchar_t> __string_type; typedef
216 typedef __string_type::size_type __size_type;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
istream-string.cc 50 typedef basic_string<char> __string_type; typedef
51 typedef __string_type::size_type __size_type;
130 typedef basic_string<char> __string_type; typedef
131 typedef __string_type::size_type __size_type;
215 typedef basic_string<wchar_t> __string_type; typedef
216 typedef __string_type::size_type __size_type;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
basic_string.h 3503 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; typedef
3504 typedef typename __string_type::size_type __size_type;
3505 __string_type __str(__lhs);

Completed in 32 milliseconds