HomeSort by relevance Sort by last modified time
    Searched refs:kArcNoCache (Results 1 - 5 of 5) sorted by null

  /external/openfst/src/include/fst/
replace.h 772 flags |= kArcNoCache;
    [all...]
label-reachable.h 315 aiter->SetFlags(kArcNoCache, kArcNoCache); // make caching optional
fst.h 380 static const uint32 kArcNoCache = 0x0010; // No need to cache arcs
386 static const uint32 kArcFlags = kArcValueFlags | kArcNoCache;
matcher.h 212 aiter_->SetFlags(kArcNoCache, kArcNoCache);
    [all...]
cache.h 555 aiter.SetFlags(kArcValueFlags, kArcValueFlags | kArcNoCache);

Completed in 2309 milliseconds