Searched refs:subseconds (Results 1 – 3 of 3) sorted by relevance
30 ASSERT_SAME_TYPE(typename HMS::precision, decltype(std::declval<HMS>().subseconds())); in check_subseconds()31 ASSERT_NOEXCEPT( std::declval<HMS>().subseconds()); in check_subseconds()32 return HMS(d).subseconds().count(); in check_subseconds()
71 _LIBCPP_HIDE_FROM_ABI constexpr precision subseconds() const noexcept { return __f; } in subseconds() function
627 constexpr precision subseconds() const noexcept;