Searched defs:CHECK (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/
H A Dlogging.h31 #define CHECK(x) \ macro
69 // CHECK that can be used in a constexpr function. For example,
81 #define DCHECK(x) CHECK(x)
96 CHECK(condition)

Completed in 91 milliseconds