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

  /external/openfst/src/include/fst/
matcher.h 104 class MatcherBase {
111 virtual ~MatcherBase() {}
113 virtual MatcherBase<A> *Copy(bool safe = false) const = 0;
138 class SortedMatcher : public MatcherBase<typename F::Arc> {
395 class RhoMatcher : public MatcherBase<typename M::Arc> {
569 class SigmaMatcher : public MatcherBase<typename M::Arc> {
758 class PhiMatcher : public MatcherBase<typename M::Arc> {
    [all...]
fst.h 53 template <class A> class MatcherBase;
274 virtual MatcherBase<A> *InitMatcher(MatchType match_type) const;
529 MatcherBase<A> *Fst<A>::InitMatcher(MatchType match_type) const {
lookahead-matcher.h 133 class LookAheadMatcherBase : public MatcherBase<A> {
804 MatcherBase<Arc> *base_;
replace.h     [all...]
compact-fst.h 889 virtual MatcherBase<A> *InitMatcher(MatchType match_type) const {
    [all...]
  /external/openfst/src/include/fst/extensions/ngram/
ngram-fst.h 718 virtual MatcherBase<A>* InitMatcher(MatchType match_type) const {
750 class NGramFstMatcher : public MatcherBase<A> {

Completed in 216 milliseconds