Home
last modified time | relevance | path

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

/external/openscreen/platform/impl/
Dtime.cc24 constexpr bool can_use_high_resolution_clock = in now() local
28 static_assert(can_use_steady_clock || can_use_high_resolution_clock, in now()