Searched refs:FindSet (Results 1 - 7 of 7) sorted by relevance

/external/openfst/src/include/fst/
H A Dunion-find.h45 T FindSet(T item) { function in class:fst::UnionFind
62 Link(FindSet(x), FindSet(y));
H A Dequivalent.h90 static MappedId FindSet(UnionFind<MappedId> *sets, MappedId id) { function in struct:fst::EquivalenceUtil
91 MappedId repr = sets->FindSet(id);
217 MappedId rep1 = Util::FindSet(&eq_classes, s1);
218 MappedId rep2 = Util::FindSet(&eq_classes, s2);
H A Dconnect.h63 if (comps_->FindSet(s) == kNoStateId)
98 StateId rep = comps_->FindSet(i);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dunion-find.h42 T FindSet(T item) { function in class:fst::UnionFind
60 Link(FindSet(x), FindSet(y));
H A Dequivalent.h80 static MappedId FindSet(UnionFind<MappedId> *sets, MappedId id) { function in struct:fst::EquivalenceUtil
81 MappedId repr = sets->FindSet(id);
181 MappedId rep1 = Util::FindSet(&eq_classes, s1);
182 MappedId rep2 = Util::FindSet(&eq_classes, s2);
/external/openfst/src/include/fst/extensions/pdt/
H A Dcollection.h97 SetIterator FindSet(I id) { function in class:fst::Collection
H A Dparen.h186 return state_sets_.FindSet(-1);
188 return state_sets_.FindSet(id_it->second);
403 return close_source_sets_.FindSet(-1);
405 return close_source_sets_.FindSet(id_it->second);
478 for (SetIterator set_iter = close_source_sets_.FindSet(sit->second);

Completed in 136 milliseconds