Home | History | Annotate | Download | only in fst

Lines Matching defs:LabelMap

143 // It must define the ordered map type LabelMap and have a default
152 typedef map<Label, Subset*> LabelMap;
156 void operator()(StateId s, LabelMap *label_map) {}
470 typedef typename F::LabelMap LabelMap;
575 LabelMap label_map;
578 for (typename LabelMap::iterator liter = label_map.begin();
589 void LabelSubsets(StateId s, LabelMap *label_map) {
603 // The LabelMap may be a e.g. multimap with more complex
605 typename LabelMap::iterator liter = label_map->lower_bound(arc.ilabel);