OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReachInput
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
label-reachable.h
56
bool
ReachInput
() const { return reach_input_; }
405
//
ReachInput
()) to new label-specific final states. Each original
421
Label label = data_->
ReachInput
() ? arc.ilabel : arc.olabel;
lookahead-matcher.h
451
if (reach_input == data->
ReachInput
())
510
if (label_reachable_ && label_reachable_->GetData()->
ReachInput
())
512
else if (label_reachable_ && !label_reachable_->GetData()->
ReachInput
())
Completed in 55 milliseconds