Home
last modified time | relevance | path

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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dcache.h32 struct CacheOptions { struct
37 CacheOptions(bool g, size_t l) : gc(g), gc_limit(l) {} in CacheOptions() argument
38 CacheOptions() in CacheOptions() argument
Drmepsilon.h306 : CacheOptions(opts), delta(delta) {} in CacheOptions() function
Ddeterminize.h108 : CacheOptions(opts), delta(del) {} in CacheOptions() function
/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.h55 : CacheOptions(opts), delta(d), mode(m), final_ilabel(il), in CacheOptions() function
Drmepsilon.h372 : CacheOptions(opts), delta(delta) {} in CacheOptions() function
Ddeterminize.h122 : CacheOptions(opts), delta(del), subsequential_label(lab) {} in CacheOptions() function
Drandgen.h318 : CacheOptions(copts), 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