Searched defs:GOOGLE_CHECK_LE (Results 1 – 2 of 2) sorted by relevance
157 #define GOOGLE_CHECK_LE(A, B) GOOGLE_CHECK((A) <= (B)) macro