Searched refs:current_loop_ (Results 1 - 3 of 3) sorted by relevance

/external/openfst/src/include/fst/
H A Dmatcher.h231 current_loop_ = false;
235 current_loop_ = match_label == 0;
240 return current_loop_;
248 current_loop_ = false;
260 if (current_loop_)
275 if (current_loop_) {
283 if (current_loop_)
284 current_loop_ = false;
316 bool current_loop_; // Current arc is the implicit loop member in class:fst::SortedMatcher
1047 return current_loop_
1105 bool current_loop_; // Current arc is the implicit loop member in class:fst::MultiEpsMatcher
[all...]
H A Dreplace.h1246 current_loop_(false),
1259 current_loop_(false),
1354 current_loop_ = true;
1368 return !current_loop_ && !final_arc_ && current_matcher_->Done();
1372 if (current_loop_) {
1385 if (current_loop_) {
1386 current_loop_ = false;
1406 mutable bool current_loop_; // Current arc is the implicit loop member in class:fst::ReplaceFstMatcher
/external/openfst/src/include/fst/extensions/ngram/
H A Dngram-fst.h759 current_loop_(false),
768 match_type_(matcher.match_type_), current_loop_(false),
794 current_loop_ = false;
802 current_loop_ = true;
832 return !current_loop_ && done_;
836 return (current_loop_) ? loop_ : arc_;
840 if (current_loop_) {
841 current_loop_ = false;
852 bool current_loop_; // Current arc is the implicit loop member in class:fst::NGramFstMatcher

Completed in 111 milliseconds