HomeSort by relevance Sort by last modified time
    Searched refs:ReplaceFstImpl (Results 1 - 2 of 2) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
replace.h 51 // \class ReplaceFstImpl
59 class ReplaceFstImpl : public CacheImpl<A> {
98 ReplaceFstImpl(const vector< pair<Label, const Fst<A>* > >& fst_tuples,
114 explicit ReplaceFstImpl(const ReplaceFstOptions &opts)
119 ReplaceFstImpl(const ReplaceFstImpl& impl)
136 ~ReplaceFstImpl() {
506 void operator=(const ReplaceFstImpl<A> &); // disallow
548 : impl_(new ReplaceFstImpl<A>(fst_array, ReplaceFstOptions(root))) {}
552 : impl_(new ReplaceFstImpl<A>(fst_array, opts)) {
    [all...]
rational.h 44 class RationalFstImpl : public ReplaceFstImpl<A> {
51 using ReplaceFstImpl<A>::SetRoot;
57 : ReplaceFstImpl<A>(ReplaceFstOptions(opts, kNoLabel)),

Completed in 29 milliseconds