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

/external/openfst/src/include/fst/
H A Dmatcher.h220 if (current_loop_)
233 if (current_loop_) {
241 if (current_loop_)
242 current_loop_ = false;
270 bool current_loop_; // Current arc is the implicit loop member in class:fst::SortedMatcher
279 current_loop_ = false;
283 current_loop_ = match_label == 0;
315 return current_loop_;
327 return current_loop_;
961 return current_loop_
1016 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

Completed in 77 milliseconds