Searched refs:istream_type (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/bits/
H A Dstream_iterator.h53 typedef basic_istream<_CharT, _Traits> istream_type; typedef in class:istream_iterator
56 istream_type* _M_stream;
66 istream_iterator(istream_type& __s)
H A Dstreambuf_iterator.h61 typedef basic_istream<_CharT, _Traits> istream_type; typedef in class:istreambuf_iterator
99 istreambuf_iterator(istream_type& __s) throw()
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dresrc.c137 static enum {ISTREAM_PIPE, ISTREAM_FILE} istream_type; variable in typeref:enum:__anon7579
296 if (istream_type == ISTREAM_FILE)
388 istream_type = (use_temp_file) ? ISTREAM_FILE : ISTREAM_PIPE;
492 if (istream_type == ISTREAM_FILE)

Completed in 203 milliseconds