Searched defs:CHECK_GE (Results 1 – 2 of 2) sorted by relevance
171 #define CHECK_GE(lhs, rhs) ASSERT_OP(lhs, >=, rhs) macro218 #define CHECK_GE(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) macro
164 #define CHECK_GE(lhs, rhs) ASSERT_OP(lhs, >=, rhs) macro211 #define CHECK_GE(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro… macro