Home
last modified time | relevance | path

Searched refs:__put (Results 1 – 25 of 32) sorted by relevance

12

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
A Dostream_insert.h50 const streamsize __put = __out.rdbuf()->sputn(__s, __n); in _GLIBCXX_VISIBILITY() local
51 if (__put != __n) in _GLIBCXX_VISIBILITY()
65 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c); in _GLIBCXX_VISIBILITY() local
66 if (_Traits::eq_int_type(__put, _Traits::eof())) in _GLIBCXX_VISIBILITY()
A Dostream.tcc163 const int_type __put = this->rdbuf()->sputc(__c); in put()
164 if (traits_type::eq_int_type(__put, traits_type::eof())) in put()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/
A Dostream_insert.h50 const streamsize __put = __out.rdbuf()->sputn(__s, __n); in _GLIBCXX_VISIBILITY() local
51 if (__put != __n) in _GLIBCXX_VISIBILITY()
65 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c); in _GLIBCXX_VISIBILITY() local
66 if (_Traits::eq_int_type(__put, _Traits::eof())) in _GLIBCXX_VISIBILITY()
A Dostream.tcc163 const int_type __put = this->rdbuf()->sputc(__c); in put()
164 if (traits_type::eq_int_type(__put, traits_type::eof())) in put()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/
A Dostream_insert.h50 const streamsize __put = __out.rdbuf()->sputn(__s, __n); in _GLIBCXX_VISIBILITY() local
51 if (__put != __n) in _GLIBCXX_VISIBILITY()
65 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c); in _GLIBCXX_VISIBILITY() local
66 if (_Traits::eq_int_type(__put, _Traits::eof())) in _GLIBCXX_VISIBILITY()
A Dostream.tcc163 const int_type __put = this->rdbuf()->sputc(__c); in put()
164 if (traits_type::eq_int_type(__put, traits_type::eof())) in put()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dostream_insert.h51 const streamsize __put = __out.rdbuf()->sputn(__s, __n); in _GLIBCXX_VISIBILITY() local
52 if (__put != __n) in _GLIBCXX_VISIBILITY()
66 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c); in _GLIBCXX_VISIBILITY() local
67 if (_Traits::eq_int_type(__put, _Traits::eof())) in _GLIBCXX_VISIBILITY()
A Dostream.tcc163 const int_type __put = this->rdbuf()->sputc(__c); in put()
164 if (traits_type::eq_int_type(__put, traits_type::eof())) in put()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Dostream_insert.h50 const streamsize __put = __out.rdbuf()->sputn(__s, __n); in _GLIBCXX_VISIBILITY() local
51 if (__put != __n) in _GLIBCXX_VISIBILITY()
65 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c); in _GLIBCXX_VISIBILITY() local
66 if (_Traits::eq_int_type(__put, _Traits::eof())) in _GLIBCXX_VISIBILITY()
A Dostream.tcc163 const int_type __put = this->rdbuf()->sputc(__c); in put()
164 if (traits_type::eq_int_type(__put, traits_type::eof())) in put()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Dostream_insert.h50 const streamsize __put = __out.rdbuf()->sputn(__s, __n); in _GLIBCXX_VISIBILITY() local
51 if (__put != __n) in _GLIBCXX_VISIBILITY()
65 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c); in _GLIBCXX_VISIBILITY() local
66 if (_Traits::eq_int_type(__put, _Traits::eof())) in _GLIBCXX_VISIBILITY()
A Dostream.tcc163 const int_type __put = this->rdbuf()->sputc(__c); in put()
164 if (traits_type::eq_int_type(__put, traits_type::eof())) in put()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/
A Dostream_insert.h50 const streamsize __put = __out.rdbuf()->sputn(__s, __n); in _GLIBCXX_VISIBILITY() local
51 if (__put != __n) in _GLIBCXX_VISIBILITY()
65 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c); in _GLIBCXX_VISIBILITY() local
66 if (_Traits::eq_int_type(__put, _Traits::eof())) in _GLIBCXX_VISIBILITY()
A Dostream.tcc163 const int_type __put = this->rdbuf()->sputc(__c); in put()
164 if (traits_type::eq_int_type(__put, traits_type::eof())) in put()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Dostream_insert.h50 const streamsize __put = __out.rdbuf()->sputn(__s, __n); in _GLIBCXX_VISIBILITY() local
51 if (__put != __n) in _GLIBCXX_VISIBILITY()
65 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c); in _GLIBCXX_VISIBILITY() local
66 if (_Traits::eq_int_type(__put, _Traits::eof())) in _GLIBCXX_VISIBILITY()
A Dostream.tcc163 const int_type __put = this->rdbuf()->sputc(__c); in put()
164 if (traits_type::eq_int_type(__put, traits_type::eof())) in put()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/backward/
A Dstrstream74 strstreambuf(char* __get, streamsize __n, char* __put = 0) throw ();
75 strstreambuf(signed char* __get, streamsize __n, signed char* __put = 0) throw ();
76 strstreambuf(unsigned char* __get, streamsize __n, unsigned char* __put=0) throw ();
111 void _M_setup(char* __get, char* __put, streamsize __n) throw ();
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/backward/
A Dstrstream75 strstreambuf(char* __get, streamsize __n, char* __put = 0) throw ();
76 strstreambuf(signed char* __get, streamsize __n, signed char* __put = 0) throw ();
77 strstreambuf(unsigned char* __get, streamsize __n, unsigned char* __put=0) throw ();
112 void _M_setup(char* __get, char* __put, streamsize __n) throw ();
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/backward/
A Dstrstream74 strstreambuf(char* __get, streamsize __n, char* __put = 0) throw ();
75 strstreambuf(signed char* __get, streamsize __n, signed char* __put = 0) throw ();
76 strstreambuf(unsigned char* __get, streamsize __n, unsigned char* __put=0) throw ();
111 void _M_setup(char* __get, char* __put, streamsize __n) throw ();
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/backward/
A Dstrstream74 strstreambuf(char* __get, streamsize __n, char* __put = 0) throw ();
75 strstreambuf(signed char* __get, streamsize __n, signed char* __put = 0) throw ();
76 strstreambuf(unsigned char* __get, streamsize __n, unsigned char* __put=0) throw ();
111 void _M_setup(char* __get, char* __put, streamsize __n) throw ();
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/backward/
A Dstrstream76 strstreambuf(char* __get, streamsize __n, char* __put = 0) throw ();
77 strstreambuf(signed char* __get, streamsize __n, signed char* __put = 0) throw ();
78 strstreambuf(unsigned char* __get, streamsize __n, unsigned char* __put=0) throw ();
113 void _M_setup(char* __get, char* __put, streamsize __n) throw ();
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/backward/
A Dstrstream79 strstreambuf(char* __get, streamsize __n, char* __put = 0) throw ();
80 strstreambuf(signed char* __get, streamsize __n, signed char* __put = 0) throw ();
81 strstreambuf(unsigned char* __get, streamsize __n, unsigned char* __put=0) throw ();
145 void _M_setup(char* __get, char* __put, streamsize __n) throw ();
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/backward/
A Dstrstream79 strstreambuf(char* __get, streamsize __n, char* __put = 0) throw ();
80 strstreambuf(signed char* __get, streamsize __n, signed char* __put = 0) throw ();
81 strstreambuf(unsigned char* __get, streamsize __n, unsigned char* __put=0) throw ();
145 void _M_setup(char* __get, char* __put, streamsize __n) throw ();
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/backward/
A Dstrstream79 strstreambuf(char* __get, streamsize __n, char* __put = 0) throw ();
80 strstreambuf(signed char* __get, streamsize __n, signed char* __put = 0) throw ();
81 strstreambuf(unsigned char* __get, streamsize __n, unsigned char* __put=0) throw ();
145 void _M_setup(char* __get, char* __put, streamsize __n) throw ();
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/std/
A Dostream313 const streamsize __put = this->rdbuf()->sputn(__s, __n);
314 if (__put != __n)

Completed in 22 milliseconds

12