Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dcache.h127 protect_(false) { in cache_start_()
137 protect_(false) { in cache_start_()
148 protect_(impl.protect_) {
451 void GCProtect(bool on) { protect_ = on; } in GCProtect()
495 bool protect_; // Protect new states from GC variable
509 if (protect_) cache_first_state_->flags |= kCacheProtect; in ExtendState()
518 if (protect_) cache_first_state_->flags |= kCacheProtect; in ExtendState()
526 if (protect_) state->flags |= kCacheProtect; in ExtendState()
541 if (cache_gc_ && !protect_) { in ExtendState()