Lines Matching refs:ofst
58 MutableFst<Arc> *ofst = args->arg4->GetMutableFst<Arc>(); in PdtCompose() local
69 Compose(ifst1, parens, ifst2, ofst, args->arg5); in PdtCompose()
71 Compose(ifst1, ifst2, parens, ofst, args->arg5); in PdtCompose()
78 MutableFstClass *ofst,
101 MutableFst<Arc> *ofst = args->arg3->GetMutableFst<Arc>(); in PdtExpand() local
109 Expand(fst, parens, ofst, in PdtExpand()
117 MutableFstClass *ofst, const PdtExpandOptions &opts);
121 MutableFstClass *ofst, bool connect);
137 MutableFst<Arc> *ofst = args->arg2->GetMutableFst<Arc>(); in PdtReplace() local
145 Replace(tuples, ofst, &parens, args->arg4); in PdtReplace()
156 MutableFstClass *ofst,
169 MutableFst<Arc> *ofst = args->arg3->GetMutableFst<Arc>(); in PdtReverse() local
177 Reverse(fst, parens, ofst); in PdtReverse()
182 MutableFstClass *ofst);
209 MutableFst<Arc> *ofst = args->arg3->GetMutableFst<Arc>(); in PdtShortestPath() local
226 ShortestPath(fst, parens, ofst, spopts); in PdtShortestPath()
233 ShortestPath(fst, parens, ofst, spopts); in PdtShortestPath()
240 ShortestPath(fst, parens, ofst, spopts); in PdtShortestPath()
248 MutableFstClass *ofst,