Home
last modified time | relevance | path

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

/third_party/boost/boost/archive/iterators/
Distream_iterator.hpp50 typedef typename std::basic_istream<Elem> istream_type; typedef in boost::archive::iterators::istream_iterator
68 istream_type *m_istream;
71 istream_iterator(istream_type & is) : in istream_iterator()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Diostream_state_saver.h134 using istream_type = IStream;
137 istream_state_saver(istream_type& is, // NOLINT(runtime/references)
144 istream_type& is_;
/third_party/abseil-cpp/absl/random/internal/
Diostream_state_saver.h134 using istream_type = IStream;
137 istream_state_saver(istream_type& is, // NOLINT(runtime/references)
144 istream_type& is_;
/third_party/boost/boost/convert/
Dstream.hpp48 using istream_type = std::basic_istream<char_type>; typedef
178 istream_type& istream = stream_; in str_to()
/third_party/boost/libs/convert/doc/
Dstream_converter.qbk106 istream_type& istream = stream_;