Searched refs:kArcOLabelValue (Results 1 - 5 of 5) sorted by relevance

/external/openfst/src/include/fst/
H A Dlabel-reachable.h322 aiter->SetFlags(aiter_input ? kArcILabelValue : kArcOLabelValue,
346 aiter->SetFlags(aiter_input ? kArcILabelValue : kArcOLabelValue,
512 aiter->SetFlags(aiter_input ? kArcILabelValue : kArcOLabelValue,
H A Dfst.h383 static const uint32 kArcOLabelValue = 0x0002; // " " " olabel member in namespace:fst
389 kArcILabelValue | kArcOLabelValue |
H A Dmatcher.h267 match_type_ == MATCH_INPUT ? kArcILabelValue : kArcOLabelValue,
328 match_type_ == MATCH_INPUT ? kArcILabelValue : kArcOLabelValue,
H A Dcompact-fst.h609 s, i, output_epsilons ? kArcOLabelValue : kArcILabelValue);
/external/openfst/src/include/fst/extensions/ngram/
H A Dngram-fst.h880 if (flags_ & lazy_ & (kArcILabelValue | kArcOLabelValue)) {
883 lazy_ &= ~(kArcILabelValue | kArcOLabelValue);

Completed in 1044 milliseconds