Searched refs:arca (Results 1 – 2 of 2) sorted by relevance
/external/openfst/src/include/fst/ |
D | lookahead-filter.h | 294 FilterState LookAheadFilterArc(Arc *arca, Arc *arcb, in LookAheadFilterArc() argument 296 Label &labela = LookAheadOutput() ? arca->olabel : arca->ilabel; in LookAheadFilterArc() 304 selector_.GetMatcher()->SetState(arca->nextstate); in LookAheadFilterArc() 547 FilterState PushedLabelFilterArc(Arc *arca, Arc *arcb, in PushedLabelFilterArc() argument 549 Label &labela = LookAheadOutput() ? arca->olabel : arca->ilabel; in PushedLabelFilterArc() 560 Selector().GetMatcher()->SetState(arca->nextstate); in PushedLabelFilterArc() 571 FilterState PushLabelFilterArc(Arc *arca, Arc *arcb, in PushLabelFilterArc() argument 573 Label &labela = LookAheadOutput() ? arca->olabel : arca->ilabel; in PushLabelFilterArc()
|
D | compose.h | 315 Arc arca = matchera->Value(); in MatchArc() local 318 const FilterState &f = filter_->FilterArc(&arcb, &arca); in MatchArc() 320 AddArc(s, arcb, arca, f); in MatchArc() 322 const FilterState &f = filter_->FilterArc(&arca, &arcb); in MatchArc() 324 AddArc(s, arca, arcb, f); in MatchArc()
|