Home
last modified time | relevance | path

Searched defs:match_type (Results 1 – 12 of 12) sorted by relevance

/external/openfst/src/include/fst/
Dmatcher-fst.h141 virtual M *InitMatcher(MatchType match_type) const { in InitMatcher()
152 typename M::MatcherData *GetData(MatchType match_type) const { in GetData()
212 Matcher(const FST &fst, MatchType match_type) { in Matcher()
252 LookAheadMatcher(const FST &fst, MatchType match_type) { in LookAheadMatcher()
Dlookahead-matcher.h193 TrivialLookAheadMatcher(const FST &fst, MatchType match_type) in TrivialLookAheadMatcher()
267 : matcher_(fst, match_type), in matcher_() argument
440 : matcher_(fst, match_type), in matcher_() argument
717 LookAheadMatcher(const F &fst, MatchType match_type) { in LookAheadMatcher()
Dreplace.h993 virtual MatcherBase<A> *InitMatcher(MatchType match_type) const { in InitMatcher()
1241 ReplaceFstMatcher(const ReplaceFst<A, T> &fst, fst::MatchType match_type) in ReplaceFstMatcher() argument
Dmatcher.h1166 Matcher(const F &fst, MatchType match_type) { in Matcher()
Dfst.h529 MatcherBase<A> *Fst<A>::InitMatcher(MatchType match_type) const { in InitMatcher()
Dcompact-fst.h889 virtual MatcherBase<A> *InitMatcher(MatchType match_type) const { in InitMatcher()
/external/lldb/source/
Dlldb.cpp395 NameMatchType match_type, in NameMatches()
/external/openfst/src/test/
Dfst_test.h69 MatchType match_type = matcher.Type(true); in TestBase() local
/external/iptables/extensions/
Dlibxt_sctp.c228 const char *match_type, in parse_sctp_chunks()
/external/openfst/src/include/fst/extensions/pdt/
Dcompose.h52 : matcher_(fst, match_type), in matcher_() argument
/external/openfst/src/include/fst/extensions/ngram/
Dngram-fst.h718 virtual MatcherBase<A>* InitMatcher(MatchType match_type) const { in InitMatcher()
757 NGramFstMatcher(const NGramFst<A> &fst, MatchType match_type) in NGramFstMatcher()
/external/dnsmasq/src/
Ddnsmasq.h517 int len, match_type, option; member