Lines Matching refs:ofst
59 MutableFst<Arc> *ofst = args->arg2->GetMutableFst<Arc>(); in ShortestPath() local
78 ShortestPath(ifst, ofst, &weights, spopts); in ShortestPath()
90 ShortestPath(ifst, ofst, &weights, spopts); in ShortestPath()
102 ShortestPath(ifst, ofst, &weights, spopts); in ShortestPath()
114 ShortestPath(ifst, ofst, &weights, spopts); in ShortestPath()
126 ShortestPath(ifst, ofst, &weights, spopts); in ShortestPath()
138 ShortestPath(ifst, ofst, &weights, spopts); in ShortestPath()
144 ofst->SetProperties(kError, kError); in ShortestPath()
162 MutableFst<Arc> *ofst = args->arg2->GetMutableFst<Arc>(); in ShortestPath() local
166 ShortestPath(ifst, ofst, args->arg3, args->arg4, args->arg5, in ShortestPath()
172 void ShortestPath(const FstClass &ifst, MutableFstClass *ofst,
178 void ShortestPath(const FstClass &ifst, MutableFstClass *ofst,