Searched refs:constexpr_max (Results 1 – 4 of 4) sorted by relevance
10 constexpr T constexpr_max(T a) { in constexpr_max() function14 constexpr T constexpr_max(T a, T b, Ts... ts) { in constexpr_max() function15 return b < a ? constexpr_max(a, ts...) : constexpr_max(b, ts...); in constexpr_max()
34 struct constexpr_max { struct96 constexpr_max<NUM_COMPACTION_PROPERTIES, NUM_FLUSH_PROPERTIES>::result;
46 constexpr std::size_t max_align_v = constexpr_max(
517 : folly::constexpr_max(