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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h 71 : cache_start_(false), nknown_states_(0), min_unexpanded_state_id_(0),
79 : cache_start_(false), nknown_states_(0),
159 cache_start_ = true;
204 bool HasStart() const { return cache_start_; }
326 bool cache_start_; // Is the start state cached? member in class:fst::CacheBaseImpl
  /external/openfst/src/include/fst/
cache.h 121 : cache_start_(false), nknown_states_(0), min_unexpanded_state_id_(0),
132 : cache_start_(false), nknown_states_(0),
144 : VectorFstBaseImpl<S>(), cache_start_(false), nknown_states_(0),
151 cache_start_ = impl.cache_start_;
214 cache_start_ = true;
359 cache_start_ = false;
367 if (!cache_start_ && Properties(kError))
368 cache_start_ = true;
369 return cache_start_;
485 mutable bool cache_start_; \/\/ Is the start state cached? member in class:fst::CacheBaseImpl
    [all...]

Completed in 163 milliseconds