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

/external/openfst/src/include/fst/
H A Dreplace.h772 flags |= kArcNoCache;
994 if ((GetImpl()->ArcIteratorFlags() & kArcNoCache) &&
1036 // aiter.SetFlags(kArcNoCache, kArcNoCache);
1063 if(!(fst_.GetImpl()->ArcIteratorFlags() & kArcNoCache) &&
1130 if (flags_ & kArcNoCache) { // If caching is disabled
1151 if (flags_ & kArcNoCache) {
1200 if (!(flags_ & kArcNoCache) && data_flags_ != kArcValueFlags) {
1206 if ((f & kArcNoCache) && (!data_flags_))
H A Dlabel-reachable.h315 aiter->SetFlags(kArcNoCache, kArcNoCache); // make caching optional
H A Dfst.h386 static const uint32 kArcNoCache = 0x0010; // No need to cache arcs member in namespace:fst
392 static const uint32 kArcFlags = kArcValueFlags | kArcNoCache;
H A Dmatcher.h223 aiter_->SetFlags(kArcNoCache, kArcNoCache);
H A Dcache.h678 aiter.SetFlags(kArcValueFlags, kArcValueFlags | kArcNoCache);

Completed in 936 milliseconds