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

/art/runtime/base/
H A Dlogging.h189 #define DCHECK_STREQ(s1, s2) if (::art::kEnableDChecks) CHECK_STREQ(s1, s2) macro

Completed in 50 milliseconds