Searched refs:Rep2 (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Timeout.h | 31 template <typename Rep2, typename Ratio2> 33 std::is_convertible<std::chrono::duration<Rep2, Ratio2>, 46 template <typename Rep2, typename Ratio2, 47 typename = typename EnableIf<Rep2, Ratio2>::type> 48 Timeout(const std::chrono::duration<Rep2, Ratio2> &other) in Timeout() argument
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | chrono | 57 template <class Rep2> 58 constexpr explicit duration(const Rep2& r, 61 is_convertible<Rep2, rep>::value && 67 template <class Rep2, class Period2> 68 constexpr duration(const duration<Rep2, Period2>& d, 164 template <class Rep1, class Period, class Rep2> 166 duration<typename common_type<Rep1, Rep2>::type, Period> 168 template <class Rep1, class Period, class Rep2> 170 duration<typename common_type<Rep1, Rep2>::type, Period> 172 template <class Rep1, class Period, class Rep2> [all …]
|