Home
last modified time | relevance | path

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

/third_party/boost/boost/process/
Dio.hpp140 struct close_t;
148 api::close_in operator=(const close_t &) const {return api::close_in();} in operator =()
149 api::close_in operator<(const close_t &) const {return api::close_in();} in operator <()
205 api::close_out<p1,p2> operator=(const close_t &) const {return api::close_out<p1,p2>();} in operator =()
206 api::close_out<p1,p2> operator>(const close_t &) const {return api::close_out<p1,p2>();} in operator >()
261 struct close_t struct
263 constexpr close_t() = default;
272 constexpr boost::process::detail::close_t close; argument
/third_party/python/Tools/scripts/
Dtexi2html.py794 def close_t(self): self.write('</TT>') member in TexinfoParser