Home
last modified time | relevance | path

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

/external/python/pybind11/tests/
Dtest_chrono.cpp15 struct different_resolutions { struct
16 using time_point_h = std::chrono::time_point<
18 using time_point_m = std::chrono::time_point<
20 using time_point_s = std::chrono::time_point<
22 using time_point_ms = std::chrono::time_point<
24 using time_point_us = std::chrono::time_point<
26 time_point_h timestamp_h;
27 time_point_m timestamp_m;
28 time_point_s timestamp_s;
29 time_point_ms timestamp_ms;
[all …]