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

/external/stlport/stlport/stl/
H A D_stream_iterator.h66 # define __ISI_TMPL_ARGUMENTS _Tp, _CharT, _Traits, _Dist macro
75 # define __ISI_TMPL_ARGUMENTS _Tp
81 # define __ISI_TMPL_ARGUMENTS _Tp, _Dist
96 typedef istream_iterator< __ISI_TMPL_ARGUMENTS > _Self;
212 operator==(const istream_iterator< __ISI_TMPL_ARGUMENTS >& __x,
213 const istream_iterator< __ISI_TMPL_ARGUMENTS >& __y)
219 operator!=(const istream_iterator< __ISI_TMPL_ARGUMENTS >& __x,
220 const istream_iterator< __ISI_TMPL_ARGUMENTS >& __y)
227 iterator_category(const istream_iterator< __ISI_TMPL_ARGUMENTS >&)
231 value_type(const istream_iterator< __ISI_TMPL_ARGUMENTS >
247 #undef __ISI_TMPL_ARGUMENTS macro
[all...]

Completed in 175 milliseconds