Searched defs:CacheOptions (Results 1 – 7 of 7) sorted by relevance
/external/openfst/src/include/fst/ |
D | cache.h | 37 struct CacheOptions { struct 41 CacheOptions(bool g, size_t l) : gc(g), gc_limit(l) {} in CacheOptions() argument 42 CacheOptions() in CacheOptions() function
|
D | compose.h | 61 : CacheOptions(opts), matcher1(mat1), matcher2(mat2), in CacheOptions() function 92 : CacheOptions(opts), matcher1(mat1), matcher2(mat2), in CacheOptions() function
|
D | factor-weight.h | 54 : CacheOptions(opts), delta(d), mode(m), final_ilabel(il), in CacheOptions() function
|
D | rmepsilon.h | 371 : CacheOptions(opts), delta(delta) {} in CacheOptions() function
|
D | randgen.h | 318 : CacheOptions(copts), in CacheOptions() function
|
D | determinize.h | 341 : CacheOptions(opts), delta(del), subsequential_label(lab), in CacheOptions() function
|
/external/openfst/src/include/fst/extensions/pdt/ |
D | expand.h | 50 : CacheOptions(opts), keep_parentheses(kp), stack(s), state_table(st) {} in CacheOptions() function
|