Searched refs:is_open (Results 1 – 5 of 5) sorted by relevance
166 bool is_open() const { return _M_base.__is_open(); } in is_open() function501 bool is_open() { in is_open() function502 return this->rdbuf()->is_open(); in is_open()580 bool is_open() { in is_open() function581 return this->rdbuf()->is_open(); in is_open()661 bool is_open() { in is_open() function662 return this->rdbuf()->is_open(); in is_open()
82 bool __ok = this->is_open(); in close()134 if (!this->is_open() || _M_in_output_mode || _M_in_error_mode) in showmanyc()294 if (!this->is_open()) in seekoff()386 if (this->is_open()) { in seekpos()430 if (this->is_open() && (((int)_M_base.__o_mode() & (int)ios_base::in) !=0) in _M_switch_to_input_mode()453 if (this->is_open() && (_M_base.__o_mode() & (int)ios_base::out) && in _M_switch_to_output_mode()
177 CPPUNIT_ASSERT( f.is_open() ); in io()212 CPPUNIT_ASSERT( f.is_open() ); in err()233 CPPUNIT_ASSERT( of.is_open() ); in tellg()245 CPPUNIT_ASSERT( is.is_open() ); in tellg()264 CPPUNIT_ASSERT( is.is_open() ); in tellg()280 CPPUNIT_ASSERT( is.is_open() ); in tellg()
172 if (result->is_open()) in _Stl_create_filebuf()184 if (result->is_open()) in _Stl_create_wfilebuf()