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

/freebsd-9.3-release/contrib/libstdc++/include/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()
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dresrc.c139 static enum {ISTREAM_PIPE, ISTREAM_FILE} istream_type; variable in typeref:enum:__anon420
320 if (istream_type == ISTREAM_FILE)
440 istream_type = (use_temp_file) ? ISTREAM_FILE : ISTREAM_PIPE;
546 if (istream_type == ISTREAM_FILE)

Completed in 296 milliseconds