Home
last modified time | relevance | path

Searched defs:clock_string (Results 1 – 5 of 5) sorted by relevance

/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
369 static std::basic_string<CharT> name() in name()
378 static std::basic_string<CharT> since() in since()
390 struct clock_string<process_user_cpu_clock, CharT> struct
392 static std::basic_string<CharT> name() in name()
401 static std::basic_string<CharT> since() in since()
412 struct clock_string<process_system_cpu_clock, CharT> struct
414 static std::basic_string<CharT> name() in name()
423 static std::basic_string<CharT> since() in since()
434 struct clock_string<process_cpu_clock, CharT> struct
[all …]
Dsystem_clocks.hpp177 struct clock_string<system_clock, CharT> struct
179 static std::basic_string<CharT> name() in name()
187 static std::basic_string<CharT> since() in since()
201 struct clock_string<steady_clock, CharT> struct
203 static std::basic_string<CharT> name() in name()
212 static std::basic_string<CharT> since() in since()
Dthread_clock.hpp44 struct clock_string<thread_clock, CharT> struct
46 static std::basic_string<CharT> name() in name()
54 static std::basic_string<CharT> since() in since()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/test/chrono/
Dutility.hpp31 struct clock_string<Now, CharT> struct
33 static std::basic_string<CharT> name() in name()
39 static std::basic_string<CharT> since() in since()
/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()