Home
last modified time | relevance | path

Searched refs:constexpr_max (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/third-party/folly/folly/
DConstexprMath.h10 constexpr T constexpr_max(T a) { in constexpr_max() function
14 constexpr T constexpr_max(T a, T b, Ts... ts) { in constexpr_max() function
15 return b < a ? constexpr_max(a, ts...) : constexpr_max(b, ts...); in constexpr_max()
/rocksdb-6.9/include/rocksdb/
Dthread_status.h34 struct constexpr_max { struct
96 constexpr_max<NUM_COMPACTION_PROPERTIES, NUM_FLUSH_PROPERTIES>::result;
/rocksdb-6.9/third-party/folly/folly/lang/
DAlign.h46 constexpr std::size_t max_align_v = constexpr_max(
/rocksdb-6.9/third-party/folly/folly/synchronization/
DDistributedMutex-inl.h517 : folly::constexpr_max(