Searched defs:MAX (Results 1 – 10 of 10) sorted by relevance
28 MAX = 1E9; // 0 to MAX_INT32 variable
130 static constexpr int MAX = 255; variable
74 enum class AggregateType { MAX, MIN, AVG, COUNT, SUM, LAST_ID }; enumerator
25 constexpr static size_t MAX = 64; variable
93 constexpr uintptr_t MIN = 10000, MAX = 50000; in TEST() local
101 constexpr uintptr_t MAX = 50000; in TEST() local
38 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
40 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
68 constexpr T MAX = std::numeric_limits<T>::max(); in ConvertFromString() local
61 constexpr T MAX = std::numeric_limits<T>::max(); in ConvertFromString() local