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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h 72 cache_first_state_id_(kNoStateId), cache_first_state_(0),
81 cache_first_state_(0), cache_gc_(opts.gc), cache_size_(0),
86 delete cache_first_state_;
92 return cache_first_state_;
100 return cache_first_state_;
108 return cache_first_state_;
118 return cache_first_state_; // Return 1st cached state
121 cache_first_state_ = new S;
122 return cache_first_state_;
124 cache_first_state_->ref_count == 0)
331 S *cache_first_state_; \/\/ First cached state member in class:fst::CacheBaseImpl
    [all...]
  /external/openfst/src/include/fst/
cache.h 122 cache_first_state_id_(kNoStateId), cache_first_state_(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),
157 cache_first_state_ = allocator_->Allocate(cache_first_state_id_);
158 *cache_first_state_ = *impl.cache_first_state_;
179 allocator_->Free(cache_first_state_, cache_first_state_id_);
186 return cache_first_state_;
194 return cache_first_state_;
202 return cache_first_state_;
490 S *cache_first_state_; \/\/ First cached state member in class:fst::CacheBaseImpl
    [all...]

Completed in 52 milliseconds