Home
last modified time | relevance | path

Searched refs:_TpP (Results 1 – 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
D_stream_iterator.h157 template <class _TpP,
160 template <class _TpP>
166 typedef ostream_iterator<_TpP> _Self;
168 typedef ostream_iterator<_TpP, _CharT, _Traits> _Self;
180 _Self& operator=(const _TpP& __val) {
195 template <class _TpP>
197 iterator_category(const ostream_iterator<_TpP>&) { return output_iterator_tag(); } in iterator_category() argument
199 template <class _TpP, class _CharT, class _Traits>
201 iterator_category(const ostream_iterator<_TpP, _CharT, _Traits>&) { return output_iterator_tag(); } in iterator_category() argument
D_ptrs_specialize.h6 # define _STLP_POINTERS_SPECIALIZE( _TpP ) argument