Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dchrono_time_traits.hpp35 struct chrono_time_traits struct
38 typedef Clock clock_type;
41 typedef typename clock_type::duration duration_type;
44 typedef typename clock_type::time_point time_type;
47 typedef typename duration_type::period period_type;
50 static time_type now() in now()
56 static time_type add(const time_type& t, const duration_type& d) in add()
74 static duration_type subtract(const time_type& t1, const time_type& t2) in subtract()
118 static bool less_than(const time_type& t1, const time_type& t2) in less_than()
125 class posix_time_duration
[all …]