Home
last modified time | relevance | path

Searched defs:CacheOptions (Results 1 – 7 of 7) sorted by relevance

/external/openfst/src/include/fst/
Dcache.h37 struct CacheOptions { struct
41 CacheOptions(bool g, size_t l) : gc(g), gc_limit(l) {} in CacheOptions() argument
42 CacheOptions() in CacheOptions() function
Dcompose.h61 : CacheOptions(opts), matcher1(mat1), matcher2(mat2), in CacheOptions() function
92 : CacheOptions(opts), matcher1(mat1), matcher2(mat2), in CacheOptions() function
Dfactor-weight.h54 : CacheOptions(opts), delta(d), mode(m), final_ilabel(il), in CacheOptions() function
Drmepsilon.h371 : CacheOptions(opts), delta(delta) {} in CacheOptions() function
Drandgen.h318 : CacheOptions(copts), in CacheOptions() function
Ddeterminize.h341 : CacheOptions(opts), delta(del), subsequential_label(lab), in CacheOptions() function
/external/openfst/src/include/fst/extensions/pdt/
Dexpand.h50 : CacheOptions(opts), keep_parentheses(kp), stack(s), state_table(st) {} in CacheOptions() function