Home
last modified time | relevance | path

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

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