replace.h | 100 : CacheImpl<A>(opts), opts_(opts) { 115 : CacheImpl<A>(opts), opts_(opts), root_(kNoLabel) { 120 : opts_(impl.opts_), state_tuples_(impl.state_tuples_), 340 Label ilabel = (opts_.epsilon_on_replace) ? 0 : arc.ilabel; 488 ReplaceFstOptions opts_; member in class:fst::ReplaceFstImpl
|