Home | History | Annotate | Download | only in fst

Lines Matching full:cacheoptions

43 struct CompactFstOptions : public CacheOptions {
47 CompactFstOptions() : CacheOptions(true, 0) {}
48 CompactFstOptions(const CacheOptions &opts) : CacheOptions(opts) {}
711 : CacheImpl<A>(CacheOptions(impl.GetCacheGc(), impl.GetCacheLimit())),