Home
last modified time | relevance | path

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

/external/libtextclassifier/utils/base/
Dlogging.h130 #define TC3_NULLSTREAM ::libtextclassifier3::logging::NullStream().stream() macro
136 #define TC3_DCHECK(x) TC3_NULLSTREAM
137 #define TC3_DCHECK_EQ(x, y) TC3_NULLSTREAM
138 #define TC3_DCHECK_LT(x, y) TC3_NULLSTREAM
139 #define TC3_DCHECK_GT(x, y) TC3_NULLSTREAM
140 #define TC3_DCHECK_LE(x, y) TC3_NULLSTREAM
141 #define TC3_DCHECK_GE(x, y) TC3_NULLSTREAM
142 #define TC3_DCHECK_NE(x, y) TC3_NULLSTREAM
164 #define TC3_VLOG(severity) TC3_NULLSTREAM