Home
last modified time | relevance | path

Searched refs:kArcILabelValue (Results 1 – 6 of 6) sorted by relevance

/external/openfst/src/include/fst/
Dlabel-reachable.h322 aiter->SetFlags(aiter_input ? kArcILabelValue : kArcOLabelValue, in Reach()
346 aiter->SetFlags(aiter_input ? kArcILabelValue : kArcOLabelValue, in Reach()
512 aiter->SetFlags(aiter_input ? kArcILabelValue : kArcOLabelValue, in LowerBound()
Dfst.h382 static const uint32 kArcILabelValue = 0x0001; // Value() gives valid ilabel variable
389 kArcILabelValue | kArcOLabelValue |
Dcompact-fst.h577 const A &arc = ComputeArc(s, i, kArcILabelValue); in NumArcs()
609 s, i, output_epsilons ? kArcOLabelValue : kArcILabelValue); in CountEpsilons()
1077 arc_ = compactor_->Expand(s, *compacts_, kArcILabelValue); in ArcIterator()
Dmatcher.h267 match_type_ == MATCH_INPUT ? kArcILabelValue : kArcOLabelValue, in Done()
328 match_type_ == MATCH_INPUT ? kArcILabelValue : kArcOLabelValue, in Search()
Dreplace.h723 (flags == (flags & (kArcILabelValue | kArcWeightValue)))) {
1136 data_flags_ |= kArcILabelValue; in Init()
/external/openfst/src/include/fst/extensions/ngram/
Dngram-fst.h880 if (flags_ & lazy_ & (kArcILabelValue | kArcOLabelValue)) { in Value()
883 lazy_ &= ~(kArcILabelValue | kArcOLabelValue); in Value()