Searched refs:Rep2 (Results 1 – 3 of 3) sorted by relevance
| /freebsd/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/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | chrono | 57 template <class Rep2> 58 constexpr explicit duration(const Rep2& r, 61 is_convertible<const Rep2&, rep>::value && 63 !treat_as_floating_point<rep>::value && !treat_as_floating_point<Rep2>::value) 67 template <class Rep2, class Period2> 68 constexpr duration(const duration<Rep2, Period2>& d, 147 template <class Rep1, class Period1, class Rep2, class Period2> 148 struct common_type<chrono::duration<Rep1, Period1>, chrono::duration<Rep2, Period2>>; 156 template <class Rep1, class Period1, class Rep2, class Period2> 158 typename common_type<duration<Rep1, Period1>, duration<Rep2, Period2>>::type [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | chrono | 57 template <class Rep2> 58 constexpr explicit duration(const Rep2& r, 61 is_convertible<const Rep2&, rep>::value && 63 !treat_as_floating_point<rep>::value && !treat_as_floating_point<Rep2>::value) 67 template <class Rep2, class Period2> 68 constexpr duration(const duration<Rep2, Period2>& d, 152 template <class Rep1, class Period1, class Rep2, class Period2> 153 struct common_type<chrono::duration<Rep1, Period1>, chrono::duration<Rep2, Period2>>; 161 template <class Rep1, class Period1, class Rep2, class Period2> 163 typename common_type<duration<Rep1, Period1>, duration<Rep2, Period2>>::type [all …]
|