Home
last modified time | relevance | path

Searched refs:ReachInput (Results 1 – 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
Dlookahead-matcher.h451 if (reach_input == data->ReachInput()) in matcher_()
510 if (label_reachable_ && label_reachable_->GetData()->ReachInput()) in Flags()
512 else if (label_reachable_ && !label_reachable_->GetData()->ReachInput()) in Flags()
Dlabel-reachable.h56 bool ReachInput() const { return reach_input_; } in ReachInput() function
421 Label label = data_->ReachInput() ? arc.ilabel : arc.olabel; in TransformFst()