HomeSort by relevance Sort by last modified time
    Searched full:__ostream (Results 1 - 1 of 1) sorted by null

  /external/stlport/stlport/stl/
_string_io.c 32 typedef basic_ostream<_CharT, _Traits> __ostream; typedef
38 typename __ostream::sentry __sentry(__os);
44 const bool __left = (__os.flags() & __ostream::left) != 0;
62 __os.setstate(__ostream::failbit);

Completed in 154 milliseconds