Searched defs:ipairs (Results 1 - 1 of 1) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drelabel.h44 const vector<pair<typename A::Label, typename A::Label> >& ipairs,
53 for (size_t i = 0; i < ipairs.size(); ++i) {
54 input_map[ipairs[i].first] = ipairs[i].second;
108 vector<pair<Label, Label> > ipairs; local
112 ipairs.push_back(make_pair(syms_iter.Value(),
129 Relabel(fst, ipairs, opairs);
165 const vector<pair<Label, Label> >& ipairs,
175 if (ipairs.size() > 0) {
176 for (size_t i = 0; i < ipairs
42 Relabel( MutableFst<A> *fst, const vector<pair<typename A::Label, typename A::Label> >& ipairs, const vector<pair<typename A::Label, typename A::Label> >& opairs) argument
164 RelabelFstImpl(const Fst<A>& fst, const vector<pair<Label, Label> >& ipairs, const vector<pair<Label, Label> >& opairs, const RelabelFstOptions &opts) argument
329 RelabelFst(const Fst<A>& fst, const vector<pair<Label, Label> >& ipairs, const vector<pair<Label, Label> >& opairs) argument
334 RelabelFst(const Fst<A>& fst, const vector<pair<Label, Label> >& ipairs, const vector<pair<Label, Label> >& opairs, const RelabelFstOptions &opts) argument
[all...]

Completed in 10 milliseconds