cache.h | 73 cache_gc_(FLAGS_fst_default_cache_gc), cache_size_(0), 81 cache_first_state_(0), cache_gc_(opts.gc), cache_size_(0), 137 if (cache_gc_) { 146 if (cache_gc_) { 191 if (cache_gc_ && s != cache_first_state_id_) { 274 if (!cache_gc_) 333 bool cache_gc_; // enable GC member in class:fst::CacheBaseImpl
|