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

  /art/runtime/base/
logging.h 58 #define CHECK_STRNE(s1, s2) CHECK_STROP(s1, s2, false)
89 #define DCHECK_STRNE(s1, s2) CHECK_STRNE(s1, s2)
128 CHECK_STRNE(str1, str2)
160 // you'd need to use CHECK_STREQ and CHECK_STRNE anyway to compare the characters rather than their
  /external/chromium_org/third_party/cld/base/
logging.h 603 #define CHECK_STRNE(s1, s2) CHECK_STROP(strcmp, !=, false, s1, s2)
757 #define DCHECK_STRNE(str1, str2) CHECK_STRNE(str1, str2)
    [all...]

Completed in 402 milliseconds