Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_nodes_cache.h48 AK_FORCE_INLINE void reset(const int nextActiveSize, const int terminalSize) { in reset() argument
54 const int nextActiveSizeFittingToTheCapacity = std::min(nextActiveSize, getCacheCapacity()); in reset()