Searched defs:MIN (Results 1 – 10 of 10) sorted by relevance
132 constexpr T MIN = std::numeric_limits<T>::min(); in operator() local151 constexpr T MIN = std::numeric_limits<T>::min(); in operator() local
74 enum class AggregateType { MAX, MIN, AVG, COUNT, SUM, LAST_ID }; enumerator
93 constexpr uintptr_t MIN = 10000, MAX = 50000; in TEST() local
100 constexpr uintptr_t MIN = 10000; in TEST() local
37 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
39 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
67 constexpr T MIN = std::numeric_limits<T>::min(); in ConvertFromString() local
60 constexpr T MIN = std::numeric_limits<T>::min(); in ConvertFromString() local
49 static constexpr uint8_t MIN = 4; variable
184 constexpr int MIN = std::numeric_limits<int8_t>::min(); in TEST_F() local