Searched refs:mutable_fst_pairs (Results 1 – 1 of 1) sorted by relevance
132 void GetMutableFstPairs(vector<MutableFstPair> *mutable_fst_pairs);536 vector<MutableFstPair> *mutable_fst_pairs) { in GetMutableFstPairs() argument538 mutable_fst_pairs->clear(); in GetMutableFstPairs()544 mutable_fst_pairs->push_back(make_pair(label, fst->Copy())); in GetMutableFstPairs()