Home
last modified time | relevance | path

Searched defs:constexpr_max (Results 1 – 2 of 2) 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
/rocksdb-6.9/include/rocksdb/
Dthread_status.h34 struct constexpr_max { struct
35 static const int result = (A > B) ? A : B;