HomeSort by relevance Sort by last modified time
    Searched refs:match_type_ (Results 1 - 3 of 3) sorted by null

  /external/openfst/src/include/fst/
matcher.h 142 match_type_(match_type),
148 switch(match_type_) {
157 match_type_ = MATCH_NONE;
166 match_type_(matcher.match_type_),
184 if (match_type_ == MATCH_NONE)
185 return match_type_;
187 uint64 true_prop = match_type_ == MATCH_INPUT ?
189 uint64 false_prop = match_type_ == MATCH_INPUT ?
194 return match_type_;
265 MatchType match_type_; \/\/ Type of match to perform member in class:fst::SortedMatcher
463 MatchType match_type_; \/\/ Type of match requested member in class:fst::RhoMatcher
642 MatchType match_type_; \/\/ Type of match requested member in class:fst::SigmaMatcher
804 MatchType match_type_; \/\/ Type of match requested member in class:fst::PhiMatcher
    [all...]
compose.h 233 match_type_(impl.match_type_) {}
270 if (match_type_ == MATCH_OUTPUT ||
271 (match_type_ == MATCH_BOTH &&
370 MatchType match_type_; member in class:fst::ComposeFstImpl
391 match_type_ = MATCH_BOTH;
393 match_type_ = MATCH_OUTPUT;
395 match_type_ = MATCH_INPUT;
397 match_type_ = MATCH_OUTPUT;
399 match_type_ = MATCH_INPUT
    [all...]
replace.h 1404 MatchType match_type_; \/\/ Supplied by caller member in class:fst::ReplaceFstMatcher
    [all...]

Completed in 80 milliseconds