OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__failed
(Results
1 - 2
of
2
) sorted by null
/external/stlport/stlport/stl/
_ostream.c
197
bool
__failed
= true;
local
202
__failed
= (use_facet<_NumPut>(__os.getloc())).put(ostreambuf_iterator<_CharT, _Traits>(__os.rdbuf()),
210
if (
__failed
)
303
bool
__failed
= true;
local
308
__failed
= this->_S_eof(this->rdbuf()->sputc(__c));
310
__failed
= this->_S_eof(this->rdbuf()->sputc(__c));
311
__failed
=
__failed
||
315
__failed
= this->rdbuf()->_M_sputnc(this->fill(), __npad) != __npad;
316
__failed
= __failed || this->_S_eof(this->rdbuf()->sputc(__c))
334
bool
__failed
= true;
local
366
bool
__failed
= true;
local
410
bool
__failed
= true;
local
432
bool
__failed
= true;
local
[
all
...]
_istream.c
[
all
...]
Completed in 160 milliseconds