Home
last modified time | relevance | path

Searched refs:cache_start_ (Results 1 – 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
Dcache.h121 : cache_start_(false), nknown_states_(0), min_unexpanded_state_id_(0), in cache_start_() function
132 : cache_start_(false), nknown_states_(0), in cache_start_() function
144 : VectorFstBaseImpl<S>(), cache_start_(false), nknown_states_(0),
151 cache_start_ = impl.cache_start_;
214 cache_start_ = true; in SetStart()
359 cache_start_ = false; in DeleteStates()
367 if (!cache_start_ && Properties(kError)) in HasStart()
368 cache_start_ = true; in HasStart()
369 return cache_start_; in HasStart()
485 mutable bool cache_start_; // Is the start state cached? variable
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dcache.h71 : cache_start_(false), nknown_states_(0), min_unexpanded_state_id_(0), in CacheBaseImpl()
79 : cache_start_(false), nknown_states_(0), in CacheBaseImpl()
159 cache_start_ = true; in SetStart()
204 bool HasStart() const { return cache_start_; } in HasStart()
326 bool cache_start_; // Is the start state cached? variable