Home
last modified time | relevance | path

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

/third_party/boost/boost/process/
Dpipe.hpp169 bool wr = this->_write_impl(); in overflow()
181 if (this->_write_impl()) in overflow()
191 int sync() override { return this->_write_impl() ? 0 : -1; } in sync()
262 bool _write_impl() in _write_impl() function