Home
last modified time | relevance | path

Searched refs:multi_eps_iter_ (Results 1 – 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
Dmatcher.h1054 if (done_ && multi_eps_iter_ != multi_eps_labels_.End()) { in Next()
1055 ++multi_eps_iter_; in Next()
1056 while ((multi_eps_iter_ != multi_eps_labels_.End()) && in Next()
1057 !matcher_->Find(*multi_eps_iter_)) in Next()
1058 ++multi_eps_iter_; in Next()
1059 if (multi_eps_iter_ != multi_eps_labels_.End()) in Next()
1103 typename CompactSet<Label, kNoLabel>::const_iterator multi_eps_iter_; variable
1114 multi_eps_iter_ = multi_eps_labels_.End(); in Find()
1122 multi_eps_iter_ = multi_eps_labels_.Begin(); in Find()
1123 while ((multi_eps_iter_ != multi_eps_labels_.End()) && in Find()
[all …]