Home | History | Annotate | Download | only in fst

Lines Matching refs:cache_gc_

123         cache_gc_(FLAGS_fst_default_cache_gc),  cache_size_(0),
134 cache_first_state_(0), cache_gc_(opts.gc), cache_size_(0),
146 cache_first_state_(0), cache_gc_(impl.cache_gc_), cache_size_(0),
240 if (cache_gc_ && s != cache_first_state_id_ &&
273 if (cache_gc_ && s != cache_first_state_id_ &&
300 if (cache_gc_ && s != cache_first_state_id_ &&
314 if (cache_gc_ && s != cache_first_state_id_ &&
466 bool GetCacheGc() const { return cache_gc_; }
492 bool cache_gc_; // enable GC
532 if (cache_gc_ && !(cache_first_state_->flags & kCacheProtect)) {
541 if (cache_gc_ && !protect_) {
561 if (!cache_gc_)