Searched refs:ElementMap (Results 1 - 6 of 6) sorted by relevance

/external/openfst/src/include/fst/
H A Dfactor-weight.h293 typename ElementMap::iterator eit = element_map_.find(e);
368 typedef unordered_map<Element, StateId, ElementKey, ElementEqual> ElementMap; typedef in class:fst::FactorWeightFstImpl
376 ElementMap element_map_; // mapping Elements to Fst state
H A Drmepsilon.h131 ElementKey, ElementEqual> ElementMap; typedef in class:fst::RmEpsilonState
142 ElementMap element_map_;
191 typename ElementMap::iterator it = element_map_.find(element);
H A Dsynchronize.h225 typename ElementMap::iterator eit = element_map_.find(e);
321 typedef unordered_map<Element, StateId, ElementKey, ElementEqual> ElementMap; typedef in class:fst::SynchronizeFstImpl
326 ElementMap element_map_; // mapping Elements to Fst state
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfactor-weight.h241 typename ElementMap::iterator eit = element_map_.find(e);
313 typedef hash_map<Element, StateId, ElementKey, ElementEqual> ElementMap; typedef in class:fst::FactorWeightFstImpl
319 ElementMap element_map_; // mapping Elements to Fst state
H A Drmepsilon.h113 ElementKey, ElementEqual> ElementMap; typedef in class:fst::RmEpsilonState
124 ElementMap element_map_;
164 typename ElementMap::iterator it = element_map_.find(element);
H A Dsynchronize.h194 typename ElementMap::iterator eit = element_map_.find(e);
290 typedef hash_map<Element, StateId, ElementKey, ElementEqual> ElementMap; typedef in class:fst::SynchronizeFstImpl
295 ElementMap element_map_; // mapping Elements to Fst state

Completed in 1074 milliseconds