Lines Matching refs:ofst
43 MutableFstClass *ofst, in PdtCompose() argument
47 !ArcTypesMatch(ifst1, *ofst, "PdtCompose")) return; in PdtCompose()
49 PdtComposeArgs args(ifst1, ifst2, parens, ofst, copts, left_pdt); in PdtCompose()
56 MutableFstClass *ofst, const PdtExpandOptions &opts) { in PdtExpand() argument
57 PdtExpandArgs args(ifst, parens, ofst, opts); in PdtExpand()
64 MutableFstClass *ofst, bool connect) { in PdtExpand() argument
65 PdtExpand(ifst, parens, ofst, PdtExpandOptions(connect)); in PdtExpand()
69 MutableFstClass *ofst, in PdtReplace() argument
77 if (!ArcTypesMatch((*fst_tuples[0].second), *ofst, "PdtReplace")) return; in PdtReplace()
79 PdtReplaceArgs args(fst_tuples, ofst, parens, root); in PdtReplace()
81 Apply<Operation<PdtReplaceArgs> >("PdtReplace", ofst->ArcType(), &args); in PdtReplace()
86 MutableFstClass *ofst) { in PdtReverse() argument
87 PdtReverseArgs args(ifst, parens, ofst); in PdtReverse()
94 MutableFstClass *ofst, in PdtShortestPath() argument
96 PdtShortestPathArgs args(ifst, parens, ofst, opts); in PdtShortestPath()