Home
last modified time | relevance | path

Searched refs:ofstream_ (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/doc/html/boost_asio/example/cpp03/services/
Dlogger_service.hpp117 ofstream_.close(); in use_file_impl()
118 ofstream_.clear(); in use_file_impl()
119 ofstream_.open(file.c_str()); in use_file_impl()
126 ofstream_ << text << std::endl; in log_impl()
141 std::ofstream ofstream_; member in services::logger_service
/third_party/boost/libs/asio/example/cpp03/services/
Dlogger_service.hpp117 ofstream_.close(); in use_file_impl()
118 ofstream_.clear(); in use_file_impl()
119 ofstream_.open(file.c_str()); in use_file_impl()
126 ofstream_ << text << std::endl; in log_impl()
141 std::ofstream ofstream_; member in services::logger_service
/third_party/boost/libs/iostreams/test/
Dbool_trait_test.cpp56 ifstream_, wifstream_, ofstream_, wofstream_, \ argument
76 BOOST_CHECK_BOOL_TRAIT(trait, std::ofstream, ofstream_); \