Searched refs:protect_ (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dcache.h127 protect_(false) {
137 protect_(false) {
148 protect_(impl.protect_) {
451 void GCProtect(bool on) { protect_ = on; }
495 bool protect_; // Protect new states from GC member in class:fst::CacheBaseImpl
503 // If 'protect_' true and a new state, protects from garbage collection.
509 if (protect_) cache_first_state_->flags |= kCacheProtect;
518 if (protect_) cache_first_state_->flags |= kCacheProtect;
526 if (protect_) stat
[all...]

Completed in 321 milliseconds