Searched refs:AddFst (Results 1 - 2 of 2) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drational.h77 AddFst(0, &rfst_);
78 AddFst(-1, &fst1);
79 AddFst(-2, &fst2);
100 AddFst(0, &rfst_);
101 AddFst(-1, &fst1);
102 AddFst(-2, &fst2);
127 AddFst(0, &rfst_);
128 AddFst(-1, &fst);
H A Dreplace.h108 AddFst(fst_tuples[i].first, fst_tuples[i].second);
142 void AddFst(Label label, const Fst<A>* fst) { function in class:fst::ReplaceFstImpl
157 LOG(FATAL) << "ReplaceFst::AddFst input symbols of Fst " << i-1
161 LOG(FATAL) << "ReplaceFst::AddFst output symbols of Fst " << i-1

Completed in 87 milliseconds