Home
last modified time | relevance | path

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

/external/libtextclassifier/lang_id/common/lite_base/
Dcompact-logging.h142 #define SAFTM_DCHECK_GT(x, y) SAFTM_NULLSTREAM macro
158 #define SAFTM_DCHECK_GT(x, y) SAFTM_CHECK_GT(x, y) macro
Dlogging.h46 #define SAFTM_DCHECK_GT DCHECK_GT macro
/external/libtextclassifier/lang_id/
Dcustom-tokenizer.cc85 SAFTM_DCHECK_GT(lower_num_bytes, 0); in AppendLowerCase()