Searched refs:DRep (Results 1 – 3 of 3) sorted by relevance
29 typedef typename D::rep DRep; in test() typedef30 DRep zero_rep = std::chrono::duration_values<DRep>::zero(); in test()35 typedef typename D::rep DRep; in test() typedef36 constexpr DRep zero_rep = std::chrono::duration_values<DRep>::zero(); in test()
30 typedef typename D::rep DRep; in test() typedef31 DRep min_rep = std::chrono::duration_values<DRep>::min(); in test()36 typedef typename D::rep DRep; in test() typedef37 constexpr DRep min_rep = std::chrono::duration_values<DRep>::min(); in test()
30 typedef typename D::rep DRep; in test() typedef31 DRep max_rep = std::chrono::duration_values<DRep>::max(); in test()36 typedef typename D::rep DRep; in test() typedef37 constexpr DRep max_rep = std::chrono::duration_values<DRep>::max(); in test()