Home | History | Annotate | Download | only in script

Lines Matching defs:ofst

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