HomeSort by relevance Sort by last modified time
    Searched full:sputbackc (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/
sputbackc.pass.cpp 15 // int_type sputbackc(char_type c);
47 assert(t.sputbackc('A') == 'a');
51 assert(t.sputbackc('A') == 'A');
53 assert(t.sputbackc('A') == 'a');
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback/
pbackfail.pass.cpp 31 assert(t.sputbackc('A') == -1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
streambuf 54 int_type sputbackc(char_type c);
155 int_type sputbackc(char_type __c);
327 basic_streambuf<_CharT, _Traits>::sputbackc(char_type __c)
  /external/stlport/stlport/stl/
_bitset.c 201 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
_string_io.c 112 if (_Traits::eq_int_type(__buf->sputbackc(__c), _Traits::eof()))
_istream.c 172 ret = !_Traits::eq_int_type(__buf->sputbackc(__c), __eof);
429 // if (!__buf || this->_S_eof(__buf->sputbackc(__c)))
432 __tmp = __buf->sputbackc(__c);
909 if (__that->_S_eof(__buf->sputbackc(_Traits::to_char_type(__c))))
    [all...]
_streambuf.h 241 int_type sputbackc(char_type __c) { function in class:basic_streambuf
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 201 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
_string_io.c 112 if (_Traits::eq_int_type(__buf->sputbackc(__c), _Traits::eof()))
_istream.c 172 ret = !_Traits::eq_int_type(__buf->sputbackc(__c), __eof);
429 // if (!__buf || this->_S_eof(__buf->sputbackc(__c)))
432 __tmp = __buf->sputbackc(__c);
909 if (__that->_S_eof(__buf->sputbackc(_Traits::to_char_type(__c))))
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 201 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
_string_io.c 112 if (_Traits::eq_int_type(__buf->sputbackc(__c), _Traits::eof()))
_istream.c 172 ret = !_Traits::eq_int_type(__buf->sputbackc(__c), __eof);
429 // if (!__buf || this->_S_eof(__buf->sputbackc(__c)))
432 __tmp = __buf->sputbackc(__c);
909 if (__that->_S_eof(__buf->sputbackc(_Traits::to_char_type(__c))))
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 201 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
_string_io.c 112 if (_Traits::eq_int_type(__buf->sputbackc(__c), _Traits::eof()))
_istream.c 172 ret = !_Traits::eq_int_type(__buf->sputbackc(__c), __eof);
429 // if (!__buf || this->_S_eof(__buf->sputbackc(__c)))
432 __tmp = __buf->sputbackc(__c);
909 if (__that->_S_eof(__buf->sputbackc(_Traits::to_char_type(__c))))
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 201 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
_string_io.c 112 if (_Traits::eq_int_type(__buf->sputbackc(__c), _Traits::eof()))
_istream.c 172 ret = !_Traits::eq_int_type(__buf->sputbackc(__c), __eof);
429 // if (!__buf || this->_S_eof(__buf->sputbackc(__c)))
432 __tmp = __buf->sputbackc(__c);
909 if (__that->_S_eof(__buf->sputbackc(_Traits::to_char_type(__c))))
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 201 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
_string_io.c 112 if (_Traits::eq_int_type(__buf->sputbackc(__c), _Traits::eof()))
_istream.c 172 ret = !_Traits::eq_int_type(__buf->sputbackc(__c), __eof);
429 // if (!__buf || this->_S_eof(__buf->sputbackc(__c)))
432 __tmp = __buf->sputbackc(__c);
909 if (__that->_S_eof(__buf->sputbackc(_Traits::to_char_type(__c))))
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_bitset.c 201 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
_string_io.c 112 if (_Traits::eq_int_type(__buf->sputbackc(__c), _Traits::eof()))
_istream.c 172 ret = !_Traits::eq_int_type(__buf->sputbackc(__c), __eof);
429 // if (!__buf || this->_S_eof(__buf->sputbackc(__c)))
432 __tmp = __buf->sputbackc(__c);
909 if (__that->_S_eof(__buf->sputbackc(_Traits::to_char_type(__c))))
    [all...]

Completed in 396 milliseconds

1 2 3 4 5