Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/io/
Dtime_point_units.hpp194 return clock_string<system_clock,CharT>::since(); in do_get_epoch()
202 return clock_string<steady_clock,CharT>::since(); in do_get_epoch()
212 return clock_string<process_real_cpu_clock,CharT>::since(); in do_get_epoch()
221 return clock_string<process_user_cpu_clock,CharT>::since(); in do_get_epoch()
229 return clock_string<process_system_cpu_clock,CharT>::since(); in do_get_epoch()
237 return clock_string<process_cpu_clock,CharT>::since(); in do_get_epoch()
249 return clock_string<thread_clock,CharT>::since(); in do_get_epoch()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/
Dprocess_cpu_clocks.hpp367 struct clock_string<process_real_cpu_clock, CharT> struct
390 struct clock_string<process_user_cpu_clock, CharT> struct
412 struct clock_string<process_system_cpu_clock, CharT> struct
434 struct clock_string<process_cpu_clock, CharT> struct
Dsystem_clocks.hpp177 struct clock_string<system_clock, CharT> struct
201 struct clock_string<steady_clock, CharT> struct
Dclock_string.hpp19 struct clock_string;
Dthread_clock.hpp44 struct clock_string<thread_clock, CharT> struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/test/
Dtest_10631.cpp36 struct clock_string<MyMillenniumClock, CharT> struct
53 return boost::chrono::clock_string<MyMillenniumClock,CharT>::since(); in get_epoch_custom() argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/test/io/
Dtime_point_input.cpp18 std::istringstream in(str + boost::chrono::clock_string<Clock, char>::since());
35 std::istringstream in(str + boost::chrono::clock_string<Clock, char>::since()); in test_good()
88 std::istringstream in(str + boost::chrono::clock_string<Clock, char>::since()); in test_fail()
Dtime_point_output.cpp25 BOOST_TEST( (out.str() == std::string(str) + boost::chrono::clock_string<Clock, char>::since())); in test_good_prefix()
54 BOOST_TEST( (out.str() == std::string(str) + boost::chrono::clock_string<Clock, char>::since())); in test_good_symbol()
111 BOOST_TEST((out.str() == std::string(str)+boost::chrono::clock_string<Clock,char>::since())); in test_good()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/doc/
Dchrono.qbk3766 struct clock_string<system_clock, CharT>;
3768 struct clock_string<steady_clock, CharT>;
3863 [section:clock_string_system_clock `clock_string<system_clock>` Specialization]
3866 struct clock_string<system_clock, CharT>
3872 `clock_string<>::name()` returns "system_clock".
3874 `clock_string<>::since()` returns " since Jan 1, 1970"
3879 [section:clock_string_steady_clock `clock_string<steady_clock>` Specialization]
3884 struct clock_string<steady_clock, CharT>
3891 `clock_string<>::name()` returns "steady_clock".
3893 `clock_string<>::since()` returns " since boot"
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/test/chrono/
Dutility.hpp31 struct clock_string<Now, CharT> struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/io_v1/
Dchrono_io.hpp597 return os << tp.time_since_epoch() << clock_string<Clock, CharT>::since(); in operator <<()
609 const std::basic_string<CharT> units=clock_string<Clock, CharT>::since(); in operator >>()