Home
last modified time | relevance | path

Searched defs:ios (Results 1 – 25 of 53) sorted by relevance

123

/third_party/boost/boost/locale/
Dformatting.hpp282 inline std::ios_base & posix(std::ios_base & ios) in posix()
292 inline std::ios_base & number(std::ios_base & ios) in number()
301 inline std::ios_base & currency(std::ios_base & ios) in currency()
310 inline std::ios_base & percent(std::ios_base & ios) in percent()
319 inline std::ios_base & date(std::ios_base & ios) in date()
328 inline std::ios_base & time(std::ios_base & ios) in time()
337 inline std::ios_base & datetime(std::ios_base & ios) in datetime()
347 inline std::ios_base & strftime(std::ios_base & ios) in strftime()
356 inline std::ios_base & spellout(std::ios_base & ios) in spellout()
365 inline std::ios_base & ordinal(std::ios_base & ios) in ordinal()
[all …]
/third_party/boost/boost/chrono/io/
Dios_base_state.hpp29 fmt_masks(std::ios_base& ios): base_type(ios) {} in fmt_masks()
67 inline duration_style get_duration_style(std::ios_base & ios) in get_duration_style()
71 inline void set_duration_style(std::ios_base& ios, duration_style style) in set_duration_style()
75 inline std::ios_base& symbol_format(std::ios_base& ios) in symbol_format()
80 inline std::ios_base& name_format(std::ios_base& ios) in name_format()
86 inline timezone get_timezone(std::ios_base & ios) in get_timezone()
90 inline void set_timezone(std::ios_base& ios, timezone tz) in set_timezone()
94 inline std::ios_base& local_timezone(std::ios_base& ios) in local_timezone()
100 inline std::ios_base& utc_timezone(std::ios_base& ios) in utc_timezone()
136 inline std::basic_string<CharT> get_time_fmt(std::ios_base & ios) in get_time_fmt()
[all …]
Dduration_put.hpp104 …iter_type put(iter_type s, std::ios_base& ios, char_type fill, duration<Rep, Period> const& d, con… in put()
121 …iter_type put(duration_units<CharT> const& units_facet, iter_type s, std::ios_base& ios, char_type… in put()
173 …iter_type put(iter_type s, std::ios_base& ios, char_type fill, duration<Rep, Period> const& d, con… in put()
201 …iter_type put_value(iter_type s, std::ios_base& ios, char_type fill, duration<Rep, Period> const& … in put_value()
216 …iter_type put_value(iter_type s, std::ios_base& ios, char_type fill, duration<process_times<Rep>, … in put_value()
244 …iter_type put_unit(iter_type s, std::ios_base& ios, char_type fill, duration<Rep, Period> const& d… in put_unit()
260 …iter_type put_unit(duration_units<CharT> const& facet, iter_type s, std::ios_base& ios, char_type … in put_unit()
278 …iter_type put_unit(duration_units<CharT> const& facet, iter_type s, std::ios_base& ios, char_type … in put_unit()
Dtime_point_put.hpp93 …iter_type put(iter_type i, std::ios_base& ios, char_type fill, time_point<Clock, Duration> const& … in put()
110 …iter_type put(time_point_units<CharT> const& units_facet, iter_type s, std::ios_base& ios, char_ty… in put()
163 …iter_type put(iter_type i, std::ios_base& ios, char_type fill, time_point<Clock, Duration> const& … in put()
190 …iter_type put_duration(iter_type i, std::ios_base& ios, char_type fill, duration<Rep, Period> cons… in put_duration()
Dduration_get.hpp176 iter_type get(iter_type s, iter_type end, std::ios_base& ios, std::ios_base::iostate& err, in get()
192 … iter_type get(duration_units<CharT> const&facet, iter_type s, iter_type end, std::ios_base& ios, in get()
339 iter_type get(iter_type s, iter_type end, std::ios_base& ios, std::ios_base::iostate& err, in get()
371 …iter_type get_value(iter_type s, iter_type end, std::ios_base& ios, std::ios_base::iostate& err, R… in get_value()
376 …iter_type get_value(iter_type s, iter_type end, std::ios_base& ios, std::ios_base::iostate& err, p… in get_value()
/third_party/boost/libs/locale/src/util/
Dnumeric.hpp79 virtual iter_type do_put (iter_type out, std::ios_base &ios, char_type fill, long val) const in do_put()
83 …virtual iter_type do_put (iter_type out, std::ios_base &ios, char_type fill, unsigned long val) co… in do_put()
87 virtual iter_type do_put (iter_type out, std::ios_base &ios, char_type fill, double val) const in do_put()
91 …virtual iter_type do_put (iter_type out, std::ios_base &ios, char_type fill, long double val) const in do_put()
97 … virtual iter_type do_put (iter_type out, std::ios_base &ios, char_type fill, long long val) const in do_put()
101 …virtual iter_type do_put (iter_type out, std::ios_base &ios, char_type fill, unsigned long long va… in do_put()
113 iter_type do_real_put (iter_type out, std::ios_base &ios, char_type fill, ValueType val) const in do_real_put()
157 …virtual iter_type do_format_currency(bool intl,iter_type out,std::ios_base &ios,char_type fill,lon… in do_format_currency()
166 iter_type format_currency(iter_type out,std::ios_base &ios,char_type fill,long double val) const in format_currency()
181 …iter_type format_time(iter_type out,std::ios_base &ios,char_type fill,std::time_t time,char c) con… in format_time()
[all …]
/third_party/boost/libs/locale/src/shared/
Dios_prop.hpp19 static void set(Property const &prop,std::ios_base &ios) in set()
34 static Property &get(std::ios_base &ios) in get()
42 static bool has(std::ios_base &ios) in has()
50 static void unset(std::ios_base &ios) in unset()
66 static void callback(std::ios_base::event ev,std::ios_base &ios,int id) in callback()
/third_party/flutter/flutter/packages/flutter_tools/templates/module/
DREADME.md58 ## ios section in Templates for Flutter Module
60 #### library
69 #### host_app_ephemeral
80 #### host_app_ephemeral_cocoapods
/third_party/boost/libs/locale/src/icu/
Dnumeric.cpp92 static bool use_parent(std::ios_base &ios,ValueType v) in use_parent()
130 virtual iter_type do_put (iter_type out, std::ios_base &ios, char_type fill, long val) const in do_put()
134 …virtual iter_type do_put (iter_type out, std::ios_base &ios, char_type fill, unsigned long val) co… in do_put()
138 virtual iter_type do_put (iter_type out, std::ios_base &ios, char_type fill, double val) const in do_put()
142 …virtual iter_type do_put (iter_type out, std::ios_base &ios, char_type fill, long double val) const in do_put()
148 … virtual iter_type do_put (iter_type out, std::ios_base &ios, char_type fill, long long val) const in do_put()
152 …virtual iter_type do_put (iter_type out, std::ios_base &ios, char_type fill, unsigned long long va… in do_put()
164 iter_type do_real_put (iter_type out, std::ios_base &ios, char_type fill, ValueType val) const in do_real_put()
229 …virtual iter_type do_get(iter_type in, iter_type end, std::ios_base &ios,std::ios_base::iostate &e… in do_get()
234 …virtual iter_type do_get(iter_type in, iter_type end, std::ios_base &ios,std::ios_base::iostate &e… in do_get()
[all …]
/third_party/boost/libs/process/test/
Dasync_system_stackful_error.cpp35 boost::asio::io_context ios; variable
62 boost::asio::io_context ios; variable
89 boost::asio::io_context ios; variable
Dasync_system_future.cpp33 boost::asio::io_context ios; variable
52 boost::asio::io_context ios; variable
Dsystem_test2.cpp47 boost::asio::io_context ios; variable
69 boost::asio::io_context ios; variable
Dasync_system_stackless.cpp33 boost::asio::io_context ios; variable
39 boost::asio::io_context & ios; member
Dasync_pipe.cpp31 asio::io_context ios; variable
54 asio::io_context ios; in BOOST_AUTO_TEST_CASE() local
94 asio::io_context ios; in BOOST_AUTO_TEST_CASE() local
Dasync_system_fail.cpp25 boost::asio::io_context ios; in fail_func() local
Dspawn_fail.cpp44 boost::asio::io_context ios; in main() local
Dasync_system_stackful_except.cpp35 boost::asio::io_context ios; variable
/third_party/boost/boost/chrono/io/utility/
Dios_base_state_ptr.hpp81 explicit ios_state_ptr(std::ios_base& ios) : in ios_state_ptr()
229 static inline bool is_registerd(std::ios_base& ios) in is_registerd()
234 static inline void set_registered(std::ios_base& ios) in set_registered()
239 static inline void callback(std::ios_base::event evt, std::ios_base& ios, int index) in callback()
273 static inline void register_once(int indx, std::ios_base& ios) in register_once()
303 explicit ios_state_not_null_ptr(std::ios_base& ios) : in ios_state_not_null_ptr()
335 explicit ios_flags(std::ios_base& ios) : in ios_flags()
/third_party/boost/libs/chrono/test/io/
Dduration_output.cpp48 boost::chrono::duration_style_io_saver ios(out); in test_state_saver() local
63 boost::chrono::duration_style_io_saver ios(out, style); in test_state_saver2() local
/third_party/boost/boost/process/detail/posix/
Dasync_pipe.hpp28 inline async_pipe(boost::asio::io_context & ios) : async_pipe(ios, ios) {} in async_pipe()
40 inline async_pipe(boost::asio::io_context & ios, const std::string & name) in async_pipe()
61 explicit async_pipe(boost::asio::io_context & ios, const basic_pipe<CharT, Traits> & p) in async_pipe()
172 handle_type source(::boost::asio::io_context& ios) && in source()
177 handle_type sink (::boost::asio::io_context& ios) && in sink()
/third_party/boost/libs/process/example/
Dasync_io.cpp19 boost::asio::io_context ios; in main() local
/third_party/boost/boost/process/detail/windows/
Dasync_pipe.hpp53 async_pipe(boost::asio::io_context & ios) : async_pipe(ios, ios, make_pipe_name(), true) {} in async_pipe()
57 async_pipe(boost::asio::io_context & ios, const std::string & name) in async_pipe()
78 explicit async_pipe(boost::asio::io_context & ios, const basic_pipe<CharT, Traits> & p) in async_pipe()
199 handle_type source(::boost::asio::io_context& ios) && in source()
206 handle_type sink (::boost::asio::io_context& ios) && in sink()
/third_party/boost/boost/process/
Dsystem.hpp55 IoService & ios = ::boost::process::detail::get_io_context_var(args...); in system_impl() local
83 IoService ios; in system_impl() local
/third_party/boost/boost/units/
Dio.hpp162 inline long get_flags(std::ios_base& ios, long mask) in get_flags()
168 inline void set_flags(std::ios_base& ios, long new_flags, long mask) in set_flags()
176 inline format_mode get_format(std::ios_base& ios) in get_format()
182 inline void set_format(std::ios_base& ios, format_mode new_mode) in set_format()
188 inline std::ios_base& typename_format(std::ios_base& ios) in typename_format()
195 inline std::ios_base& raw_format(std::ios_base& ios) in raw_format()
202 inline std::ios_base& symbol_format(std::ios_base& ios) in symbol_format()
209 inline std::ios_base& name_format(std::ios_base& ios) in name_format()
216 inline autoprefix_mode get_autoprefix(std::ios_base& ios) in get_autoprefix()
222 inline void set_autoprefix(std::ios_base& ios, autoprefix_mode new_mode) in set_autoprefix()
[all …]
/third_party/boost/libs/iostreams/test/
Dstream_state_test.cpp98 typedef std::ios_base ios; in execute() typedef
112 typedef std::ios_base ios; in execute() typedef

123