Searched refs:TC3_CHECK_LE (Results 1 – 5 of 5) sorted by relevance
/external/libtextclassifier/native/utils/strings/ |
D | stringpiece.h | 82 TC3_CHECK_LE(n, size_); in RemovePrefix() 90 TC3_CHECK_LE(n, size_); in RemoveSuffix()
|
/external/libtextclassifier/native/utils/base/ |
D | logging.h | 138 #define TC3_CHECK_LE(x, y) TC3_CHECK((x) <= (y)) macro 164 #define TC3_DCHECK_LE(x, y) TC3_CHECK_LE(x, y)
|
D | arena.cc | 299 TC3_CHECK_LE(adjusted_alignment, 1 << 20) in AllocNewBlock() 396 TC3_CHECK_LE(size, remaining_); in AllocNewBlock()
|
/external/icing/icing/text_classifier/lib3/utils/base/ |
D | logging.h | 136 #define TC3_CHECK_LE(x, y) TC3_CHECK((x) <= (y)) macro 162 #define TC3_DCHECK_LE(x, y) TC3_CHECK_LE(x, y)
|
/external/libtextclassifier/native/actions/ |
D | actions-suggestions.cc | 985 TC3_CHECK_LE(num_messages, conversation.messages.size()); in SuggestActionsFromModel()
|