HomeSort by relevance Sort by last modified time
    Searched defs:DCHECK_STREQ (Results 1 - 2 of 2) sorted by null

  /system/core/base/include/base/
logging.h 204 #define DCHECK_STREQ(s1, s2) \
  /art/runtime/base/
logging.h 184 #define DCHECK_STREQ(s1, s2) if (::art::kEnableDChecks) CHECK_STREQ(s1, s2)

Completed in 704 milliseconds