Searched refs:cache_start_ (Results 1 - 2 of 2) sorted by relevance
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
H A D | 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/ |
H A D | cache.h | 118 : cache_start_(false), nknown_states_(0), min_unexpanded_state_id_(0), 128 : cache_start_(false), nknown_states_(0), 138 : cache_start_(false), nknown_states_(0), 223 cache_start_ = true; 319 if (!cache_start_ && Properties(kError)) 320 cache_start_ = true; 321 return cache_start_; 464 mutable bool cache_start_; // Is the start state cached? member in class:fst::CacheBaseImpl
|
Completed in 119 milliseconds