HomeSort by relevance Sort by last modified time
    Searched full:cache_gc_ (Results 1 - 1 of 1) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
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

Completed in 52 milliseconds