Searched defs:match_label_ (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dmatcher.h155 match_label_(kNoLabel),
179 match_label_(kNoLabel),
232 match_label_ = kNoLabel;
236 match_label_ = match_label == kNoLabel ? 0 : match_label;
250 match_label_ = kNoLabel;
253 match_label_ = match_label;
271 return label != match_label_;
313 Label match_label_; // Current label to be matched member in class:fst::SortedMatcher
323 // Returns true iff match to match_label_. Positions arc iterator at
330 if (match_label_ >
706 Label match_label_; // Label being matched member in class:fst::SigmaMatcher
[all...]

Completed in 46 milliseconds