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