Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/io/
Dios_state.hpp36 typedef ::std::ios_base::fmtflags aspect_type; typedef in boost::io::ios_flags_saver
41 ios_flags_saver( state_type &s, aspect_type const &a ) in ios_flags_saver()
52 aspect_type const a_save_;
61 typedef ::std::streamsize aspect_type; typedef in boost::io::ios_precision_saver
66 ios_precision_saver( state_type &s, aspect_type const &a ) in ios_precision_saver()
77 aspect_type const a_save_;
86 typedef ::std::streamsize aspect_type; typedef in boost::io::ios_width_saver
91 ios_width_saver( state_type &s, aspect_type const &a ) in ios_width_saver()
102 aspect_type const a_save_;
114 typedef ::std::ios_base::iostate aspect_type; typedef in boost::io::basic_ios_iostate_saver
[all …]