Home
last modified time | relevance | path

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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dcache.h72 cache_first_state_id_(kNoStateId), cache_first_state_(0), in CacheBaseImpl()
80 min_unexpanded_state_id_(0), cache_first_state_id_(kNoStateId), in CacheBaseImpl()
91 if (s == cache_first_state_id_) in GetState()
99 if (s == cache_first_state_id_) in GetState()
107 if (s == cache_first_state_id_) in CheckState()
117 if (s == cache_first_state_id_) { in ExtendState()
119 } else if (cache_limit_ == 0 && cache_first_state_id_ == kNoStateId) { in ExtendState()
120 cache_first_state_id_ = s; // Remember 1st cached state in ExtendState()
123 } else if (cache_first_state_id_ != kNoStateId && in ExtendState()
125 cache_first_state_id_ = s; // Reuse 1st cached state in ExtendState()
[all …]