Home
last modified time | relevance | path

Searched defs:ostream_iterator (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp33168 class ostream_iterator class
33185 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} in ostream_iterator() function in std::ostream_iterator
33187 ostream_iterator(ostream_type& __s, const _CharT* __c) in ostream_iterator() function in std::ostream_iterator
33191 ostream_iterator(const ostream_iterator& __obj) in ostream_iterator() function in std::ostream_iterator