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

/external/openfst/src/include/fst/
H A Dmatcher.h477 rho_arc_ = matcher_->Value();
479 if (rho_arc_.ilabel == rho_label_)
480 rho_arc_.ilabel = rho_match_;
481 if (rho_arc_.olabel == rho_label_)
482 rho_arc_.olabel = rho_match_;
484 rho_arc_.ilabel = rho_match_;
486 rho_arc_.olabel = rho_match_;
488 return rho_arc_;
517 mutable Arc rho_arc_; // Arc to return when rho match member in class:fst::RhoMatcher

Completed in 45 milliseconds