Searched refs:MappedId (Results 1 – 1 of 1) sorted by relevance
58 typedef StateId MappedId; // ID for an equivalence class. typedef61 static const MappedId kDeadState = 0;64 static const MappedId kInvalidId = -1;69 static MappedId MapState(StateId s, int32 which_fst) { in MapState()75 (static_cast<MappedId>(s) << 1) + which_fst; in MapState()78 static StateId UnMapState(MappedId id) { in UnMapState()83 static bool IsFinal(const Fst<Arc> &fa, MappedId s) { in IsFinal()90 static MappedId FindSet(UnionFind<MappedId> *sets, MappedId id) { in FindSet()91 MappedId repr = sets->FindSet(id); in FindSet()102 typename EquivalenceUtil<Arc>::MappedId EquivalenceUtil<Arc>::kDeadState;[all …]