Searched refs:__is_open (Results 1 - 1 of 1) sorted by relevance
/external/stlport/stlport/stl/ | ||
H A D | _fstream.h | 130 bool __is_open() const { return (_M_is_open !=0 ); } function in class:_Filebuf_base 166 bool is_open() const { return _M_base.__is_open(); } |
Completed in 37 milliseconds