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
151
#define
CHECK_STRNE
(s1, s2) CHECK_STROP(s1, s2, false)
190
#define DCHECK_STRNE(s1, s2) if (::art::kEnableDChecks)
CHECK_STRNE
(s1, s2)
213
// compare strings use CHECK_STREQ and
CHECK_STRNE
. We rely on signed/unsigned warnings to
/system/core/base/include/android-base/
logging.h
196
#define
CHECK_STRNE
(s1, s2) CHECK_STROP(s1, s2, false)
248
if (::android::base::kEnableDChecks)
CHECK_STRNE
(s1, s2)
272
// as strings. To compare strings use CHECK_STREQ and
CHECK_STRNE
. We rely on
Completed in 88 milliseconds