Searched refs:TC3_NULLSTREAM (Results 1 – 2 of 2) sorted by relevance
/external/libtextclassifier/native/utils/base/ |
D | logging.h | 142 #define TC3_NULLSTREAM ::libtextclassifier3::logging::NullStream().stream() macro 148 #define TC3_DCHECK(x) TC3_NULLSTREAM 149 #define TC3_DCHECK_EQ(x, y) TC3_NULLSTREAM 150 #define TC3_DCHECK_LT(x, y) TC3_NULLSTREAM 151 #define TC3_DCHECK_GT(x, y) TC3_NULLSTREAM 152 #define TC3_DCHECK_LE(x, y) TC3_NULLSTREAM 153 #define TC3_DCHECK_GE(x, y) TC3_NULLSTREAM 154 #define TC3_DCHECK_NE(x, y) TC3_NULLSTREAM 176 #define TC3_VLOG(severity) TC3_NULLSTREAM
|
/external/icing/icing/text_classifier/lib3/utils/base/ |
D | logging.h | 140 #define TC3_NULLSTREAM ::libtextclassifier3::logging::NullStream().stream() macro 146 #define TC3_DCHECK(x) TC3_NULLSTREAM 147 #define TC3_DCHECK_EQ(x, y) TC3_NULLSTREAM 148 #define TC3_DCHECK_LT(x, y) TC3_NULLSTREAM 149 #define TC3_DCHECK_GT(x, y) TC3_NULLSTREAM 150 #define TC3_DCHECK_LE(x, y) TC3_NULLSTREAM 151 #define TC3_DCHECK_GE(x, y) TC3_NULLSTREAM 152 #define TC3_DCHECK_NE(x, y) TC3_NULLSTREAM 174 #define TC3_VLOG(severity) TC3_NULLSTREAM
|