Searched defs:CHECK_OK (Results 1 – 10 of 10) sorted by relevance
21 #define CHECK_OK(code) \ macro
50 #define CHECK_OK PW_CHECK_OK macro
167 #define CHECK_OK(status) ABSL_LOG_INTERNAL_CHECK_OK_IMPL((status), #status) macro
149 #define CHECK_OK(status) ABSL_CHECK_OK_IMPL((status), #status) macro
178 #define CHECK_OK(status) ABSL_LOG_INTERNAL_CHECK_OK(status) macro
35 #define CHECK_OK(v) \ macro
38 #define CHECK_OK(expr, msg) \ macro