Home
last modified time | relevance | path

Searched refs:EAT_STREAM_PARAMETERS (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/
Dlogging.h488 #define EAT_STREAM_PARAMETERS \ macro
622 UNLIKELY(!(condition)) ? IMMEDIATE_CRASH() : EAT_STREAM_PARAMETERS
630 EAT_STREAM_PARAMETERS
817 #define DLOG_IF(severity, condition) EAT_STREAM_PARAMETERS
818 #define DLOG_ASSERT(condition) EAT_STREAM_PARAMETERS
819 #define DPLOG_IF(severity, condition) EAT_STREAM_PARAMETERS
820 #define DVLOG_IF(verboselevel, condition) EAT_STREAM_PARAMETERS
821 #define DVPLOG_IF(verboselevel, condition) EAT_STREAM_PARAMETERS
888 #define DCHECK(condition) EAT_STREAM_PARAMETERS << !(condition)
889 #define DPCHECK(condition) EAT_STREAM_PARAMETERS << !(condition)
[all …]
Dsequence_checker.h58 #define DCHECK_CALLED_ON_VALID_SEQUENCE(name) EAT_STREAM_PARAMETERS
/external/libchrome/base/threading/
Dthread_checker.h69 #define DCHECK_CALLED_ON_VALID_THREAD(name) EAT_STREAM_PARAMETERS