Searched refs:static_get_ratio_prefix (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/chrono/io/ |
D | duration_units.hpp | 624 return static_get_ratio_prefix(style, u) + static_get_unit(style, ratio<1> (), pf); in static_get_unit() 638 return static_get_ratio_prefix(style, u) + static_get_unit(style, ratio<1> (), pf); in static_get_unit() 652 return static_get_ratio_prefix(style, u) + static_get_unit(style, ratio<1> (), pf); in static_get_unit() 660 return static_get_ratio_prefix(style, u) + static_get_unit(style, ratio<1> (), pf); in static_get_unit() 668 return static_get_ratio_prefix(style, u) + static_get_unit(style, ratio<1> (), pf); in static_get_unit() 676 return static_get_ratio_prefix(style, u) + static_get_unit(style, ratio<1> (), pf); in static_get_unit() 684 return static_get_ratio_prefix(style, u) + static_get_unit(style, ratio<1> (), pf); in static_get_unit() 692 return static_get_ratio_prefix(style, u) + static_get_unit(style, ratio<1> (), pf); in static_get_unit() 700 return static_get_ratio_prefix(style, u) + static_get_unit(style, ratio<1> (), pf); in static_get_unit() 708 return static_get_ratio_prefix(style, u) + static_get_unit(style, ratio<1> (), pf); in static_get_unit() [all …]
|