OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sputbackc
(Results
1 - 6
of
6
) sorted by null
/external/stlport/stlport/stl/
_bitset.c
201
else if (_Traits::eq_int_type(__buf->
sputbackc
(__c2), __eof)) {
_streambuf.h
241
int_type
sputbackc
(char_type __c) {
function in class:basic_streambuf
_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
...]
_ostream.c
125
__pfrom->
sputbackc
(_Traits::to_char_type(__c));
_bitset.h
784
else if (_Traits::eq_int_type(__buf->
sputbackc
(__c2), __eof)) {
835
else if (_Traits::eq_int_type(__buf->
sputbackc
(__c2), __eof)) {
Completed in 68 milliseconds