Searched refs:kArcILabelValue (Results 1 – 6 of 6) sorted by relevance
/external/openfst/src/include/fst/ |
D | label-reachable.h | 322 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()
|
D | fst.h | 382 static const uint32 kArcILabelValue = 0x0001; // Value() gives valid ilabel variable 389 kArcILabelValue | kArcOLabelValue |
|
D | compact-fst.h | 577 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()
|
D | matcher.h | 267 match_type_ == MATCH_INPUT ? kArcILabelValue : kArcOLabelValue, in Done() 328 match_type_ == MATCH_INPUT ? kArcILabelValue : kArcOLabelValue, in Search()
|
D | replace.h | 723 (flags == (flags & (kArcILabelValue | kArcWeightValue)))) { 1136 data_flags_ |= kArcILabelValue; in Init()
|
/external/openfst/src/include/fst/extensions/ngram/ |
D | ngram-fst.h | 880 if (flags_ & lazy_ & (kArcILabelValue | kArcOLabelValue)) { in Value() 883 lazy_ &= ~(kArcILabelValue | kArcOLabelValue); in Value()
|