Lines Matching defs:close

37     closable_device(operation close) : close_(close) { }  in closable_device()
39 void close() { close_.execute(); } in close() function in boost::iostreams::test::closable_device
48 closable_device(operation close) : close_(close) { } in closable_device()
50 void close() { close_.execute(); } in close() function in boost::iostreams::test::closable_device
61 closable_device(operation close) : close_(close) { } in closable_device()
63 void close() { close_.execute(); } in close() function in boost::iostreams::test::closable_device
77 void close(BOOST_IOS::openmode which) in close() function in boost::iostreams::test::closable_device
99 closable_device(operation close) : close_(close) { } in closable_device()
103 void close() { close_.execute(); } in close() function in boost::iostreams::test::closable_device
127 closable_device(operation close) : close_(close) { } in closable_device()
130 void close() { close_.execute(); } in close() function in boost::iostreams::test::closable_device
141 closable_device(operation close) : close_(close) { } in closable_device()
144 void close() { close_.execute(); } in close() function in boost::iostreams::test::closable_device
162 void close(BOOST_IOS::openmode which) in close() function in boost::iostreams::test::closable_device
186 closable_device(operation close) : close_(close) { } in closable_device()
191 void close() { close_.execute(); } in close() function in boost::iostreams::test::closable_device
203 closable_filter(operation close) : close_(close) { } in closable_filter()
209 void close(Source&) { close_.execute(); } in close() function in boost::iostreams::test::closable_filter
218 closable_filter(operation close) : close_(close) { } in closable_filter()
224 void close(Sink&) { close_.execute(); } in close() function in boost::iostreams::test::closable_filter
244 void close(Device&, BOOST_IOS::openmode which) in close() function in boost::iostreams::test::closable_filter
266 closable_filter(operation close) : close_(close) { } in closable_filter()
282 void close(Device&) { close_.execute(); } in close() function in boost::iostreams::test::closable_filter
308 void close(Device&, BOOST_IOS::openmode which) in close() function in boost::iostreams::test::closable_filter
330 closable_symmetric_filter(operation close) : close_(close) { } in closable_symmetric_filter()
336 void close() { close_.execute(); } in close() function in boost::iostreams::test::closable_symmetric_filter