Searched refs:MATCH_OUTPUT (Results 1 – 11 of 11) sorted by relevance
/external/openfst/src/include/fst/ |
D | lookahead-filter.h | 41 if (type1 == MATCH_OUTPUT && in LookAheadMatchType() 43 return MATCH_OUTPUT; in LookAheadMatchType() 48 m1.Type(true) == MATCH_OUTPUT) in LookAheadMatchType() 49 return MATCH_OUTPUT; in LookAheadMatchType() 62 LookAheadMatcher< Fst <Arc> > matcher1(fst1, MATCH_OUTPUT); in LookAheadMatchType() 105 return type_ == MATCH_OUTPUT ? lmatcher2_->GetFst() : in GetFst() 110 return type_ == MATCH_OUTPUT ? lmatcher1_ : lmatcher2_; in GetMatcher() 156 class LookAheadSelector<M1, M2, MATCH_OUTPUT> { 164 LookAheadSelector(const LookAheadSelector<M1, M2, MATCH_OUTPUT> &selector) in LookAheadSelector() 181 void operator=(const LookAheadSelector<M1, M2, MATCH_OUTPUT> &); // disallow [all …]
|
D | compose.h | 270 if (match_type_ == MATCH_OUTPUT || in Expand() 403 << (match_type_ == MATCH_OUTPUT ? "output" : in ComposeFstImpl() 428 if (matcher1_->Type(true) != MATCH_OUTPUT) { in SetMatchType() 432 match_type_ = MATCH_OUTPUT; in SetMatchType() 440 type1 == MATCH_OUTPUT && type2 == MATCH_INPUT) { in SetMatchType() 442 } else if (flags1 & kPreferMatch && type1 == MATCH_OUTPUT) { in SetMatchType() 443 match_type_ = MATCH_OUTPUT; in SetMatchType() 446 } else if (type1 == MATCH_OUTPUT && type2 == MATCH_INPUT) { in SetMatchType() 448 } else if (type1 == MATCH_OUTPUT) { in SetMatchType() 449 match_type_ = MATCH_OUTPUT; in SetMatchType() [all …]
|
D | compose-filter.h | 222 : matcher1_(matcher1 ? matcher1 : new M1(fst1, MATCH_OUTPUT)), 307 : matcher1_(matcher1 ? matcher1 : new M1(fst1, MATCH_OUTPUT)), 393 : matcher1_(matcher1 ? matcher1 : new M1(fst1, MATCH_OUTPUT)),
|
D | matcher.h | 163 case MATCH_OUTPUT: 539 } else if (match_type_ == MATCH_OUTPUT) { in Properties() 730 } else if (match_type_ == MATCH_OUTPUT) { in Properties() 826 if (match_type_ == MATCH_OUTPUT) in Value() 950 } else if (match_type_ == MATCH_OUTPUT) { in Properties()
|
D | lookahead-matcher.h | 376 case MATCH_OUTPUT: in LookAheadFst() 599 bool reach_input = Type(false) == MATCH_OUTPUT; in LookAheadFst()
|
D | replace.h | 996 (match_type == MATCH_OUTPUT && Properties(kOLabelSorted, false)))) { in InitMatcher() 1249 if (match_type_ == fst::MATCH_OUTPUT) in ReplaceFstMatcher() 1261 if (match_type_ == fst::MATCH_OUTPUT)
|
D | matcher-fst.h | 160 M omatcher(fst, MATCH_OUTPUT); in CreateImpl()
|
D | fst.h | 149 MATCH_OUTPUT, // Match output label. enumerator
|
/external/openfst/src/include/fst/script/ |
D | info-impl.h | 168 LookAheadMatcher< Fst<A> > omatcher(fst, MATCH_OUTPUT); 296 << (fstinfo.OutputMatchType() == MATCH_OUTPUT ? 'y' :
|
/external/openfst/src/include/fst/extensions/pdt/ |
D | compose.h | 436 matcher1 = new PdtMatcher(ifst1, MATCH_OUTPUT, kParenList); 465 matcher1 = new PdtMatcher(ifst1, MATCH_OUTPUT, kParenLoop);
|
/external/openfst/src/include/fst/extensions/ngram/ |
D | ngram-fst.h | 761 if (match_type_ == MATCH_OUTPUT) { in NGramFstMatcher() 770 if (match_type_ == MATCH_OUTPUT) {
|