Searched refs:rep (Results 1 – 4 of 4) sorted by relevance
209 bool IsFloat = is_floating_point<typename FileTimeT::rep>::value>211 using rep = typename FileTimeT::rep; member213 using fs_seconds = duration<rep>;214 using fs_nanoseconds = duration<rep, nano>;215 using fs_microseconds = duration<rep, micro>;217 static constexpr rep max_seconds =220 static constexpr rep max_nsec =225 static constexpr rep min_seconds =228 static constexpr rep min_nsec_timespec =248 if (sizeof(TimeT) == sizeof(rep)) { in check_range()[all …]
495 typedef chrono::duration<rep> __secs; in now()497 typedef chrono::duration<rep, nano> __nsecs; in now()504 typedef chrono::duration<rep, micro> __microsecs; in now()
284 typedef __int128_t rep;287 typedef long long rep;291 typedef chrono::duration<rep, period> duration;300 typedef chrono::duration<rep> __secs;307 typedef chrono::duration<rep> __secs;
584 } BWL_POST_PACKED_STRUCT rep; member