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

  /external/openfst/src/include/fst/
cache.h 120 cache_gc_(FLAGS_fst_default_cache_gc), cache_size_(0),
130 cache_first_state_(0), cache_gc_(opts.gc), cache_size_(0),
140 cache_first_state_(0), cache_gc_(impl.cache_gc_), cache_size_(0),
200 if (cache_gc_) {
209 if (cache_gc_) {
249 if (cache_gc_ && s != cache_first_state_id_) {
281 if (cache_gc_ && s != cache_first_state_id_) {
399 if (!cache_gc_)
445 bool GetCacheGc() const { return cache_gc_; }
471 bool cache_gc_; \/\/ enable GC member in class:fst::CacheBaseImpl
    [all...]
accumulator.h 350 : cache_gc_(gc), cache_limit_(gc_limit), cache_size_(0) {}
359 bool CacheDisabled() const { return cache_gc_ && cache_limit_ == 0; }
372 if (cache_gc_ && cache_size_ >= cache_limit_)
375 if (cache_gc_)
415 bool cache_gc_; // Enable garbage collection member in class:fst::CacheLogAccumulatorData
  /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 29 milliseconds