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

/external/openfst/src/include/fst/
H A Dlabel-reachable.h56 bool ReachInput() const { return reach_input_; } function in class:fst::LabelReachableData
405 // ReachInput()) to new label-specific final states. Each original
421 Label label = data_->ReachInput() ? arc.ilabel : arc.olabel;
H A Dlookahead-matcher.h451 if (reach_input == data->ReachInput())
510 if (label_reachable_ && label_reachable_->GetData()->ReachInput())
512 else if (label_reachable_ && !label_reachable_->GetData()->ReachInput())

Completed in 1303 milliseconds