/third_party/boost/boost/locale/ |
D | formatting.hpp | 282 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/ |
D | ios_base_state.hpp | 29 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 …]
|
D | duration_put.hpp | 104 …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()
|
D | time_point_put.hpp | 93 …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()
|
D | duration_get.hpp | 176 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/ |
D | numeric.hpp | 79 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/ |
D | ios_prop.hpp | 19 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/ |
D | README.md | 58 ## 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/ |
D | numeric.cpp | 92 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/ |
D | async_system_stackful_error.cpp | 35 boost::asio::io_context ios; variable 62 boost::asio::io_context ios; variable 89 boost::asio::io_context ios; variable
|
D | async_system_future.cpp | 33 boost::asio::io_context ios; variable 52 boost::asio::io_context ios; variable
|
D | system_test2.cpp | 47 boost::asio::io_context ios; variable 69 boost::asio::io_context ios; variable
|
D | async_system_stackless.cpp | 33 boost::asio::io_context ios; variable 39 boost::asio::io_context & ios; member
|
D | async_pipe.cpp | 31 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
|
D | async_system_fail.cpp | 25 boost::asio::io_context ios; in fail_func() local
|
D | spawn_fail.cpp | 44 boost::asio::io_context ios; in main() local
|
D | async_system_stackful_except.cpp | 35 boost::asio::io_context ios; variable
|
/third_party/boost/boost/chrono/io/utility/ |
D | ios_base_state_ptr.hpp | 81 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/ |
D | duration_output.cpp | 48 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/ |
D | async_pipe.hpp | 28 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/ |
D | async_io.cpp | 19 boost::asio::io_context ios; in main() local
|
/third_party/boost/boost/process/detail/windows/ |
D | async_pipe.hpp | 53 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/ |
D | system.hpp | 55 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/ |
D | io.hpp | 162 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/ |
D | stream_state_test.cpp | 98 typedef std::ios_base ios; in execute() typedef 112 typedef std::ios_base ios; in execute() typedef
|