Searched defs:match_type_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/components/url_matcher/
H A Durl_matcher.h260 Type match_type_; member in class:url_matcher::URLQueryElementMatcherCondition
/external/openfst/src/include/fst/extensions/pdt/
H A Dcompose.h53 match_type_(match_type),
68 match_type_(matcher.match_type_),
163 MatchType match_type_; // Type of match to perform member in class:fst::ParenMatcher
250 Label label = match_type_ == MATCH_INPUT ?
265 Label label = match_type_ == MATCH_INPUT ?
/external/openfst/src/include/fst/
H A Dmatcher.h153 match_type_(match_type),
159 switch(match_type_) {
168 match_type_ = MATCH_NONE;
177 match_type_(matcher.match_type_),
195 if (match_type_ == MATCH_NONE)
196 return match_type_;
198 uint64 true_prop = match_type_ == MATCH_INPUT ?
200 uint64 false_prop = match_type_ == MATCH_INPUT ?
205 return match_type_;
311 MatchType match_type_; // Type of match to perform member in class:fst::SortedMatcher
512 MatchType match_type_; // Type of match requested member in class:fst::RhoMatcher
700 MatchType match_type_; // Type of match requested member in class:fst::SigmaMatcher
868 MatchType match_type_; // Type of match requested member in class:fst::PhiMatcher
[all...]
H A Dcompose.h233 match_type_(impl.match_type_) {}
270 if (match_type_ == MATCH_OUTPUT ||
271 (match_type_ == MATCH_BOTH &&
381 MatchType match_type_; member in class:fst::ComposeFstImpl
400 if (match_type_ == MATCH_NONE)
403 << (match_type_ == MATCH_OUTPUT ? "output" :
404 (match_type_ == MATCH_INPUT ? "input" :
405 (match_type_ == MATCH_BOTH ? "both" :
406 (match_type_
[all...]
H A Dreplace.h1245 match_type_(match_type),
1249 if (match_type_ == fst::MATCH_OUTPUT)
1258 match_type_(matcher.match_type_),
1261 if (match_type_ == fst::MATCH_OUTPUT)
1276 new LocalMatcher(*fst_array[i], match_type_, kMultiEpsList);
1296 if (match_type_ == MATCH_NONE)
1297 return match_type_;
1299 uint64 true_prop = match_type_ == MATCH_INPUT ?
1301 uint64 false_prop = match_type_
1404 MatchType match_type_; // Supplied by caller member in class:fst::ReplaceFstMatcher
[all...]
/external/openfst/src/include/fst/extensions/ngram/
H A Dngram-fst.h758 : fst_(fst), inst_(fst.inst_), match_type_(match_type),
761 if (match_type_ == MATCH_OUTPUT) {
768 match_type_(matcher.match_type_), current_loop_(false),
770 if (match_type_ == MATCH_OUTPUT) {
780 return match_type_;
849 MatchType match_type_; // Supplied by caller member in class:fst::NGramFstMatcher

Completed in 1701 milliseconds