OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHECK_STRNE
(Results
1 - 2
of
2
) sorted by null
/art/runtime/base/
logging.h
56
#define
CHECK_STRNE
(s1, s2) CHECK_STROP(s1, s2, false)
77
#define DCHECK_STRNE(s1, s2)
CHECK_STRNE
(s1, s2)
115
CHECK_STRNE
(str1, str2)
144
// 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 43 milliseconds