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

  /external/openfst/src/include/fst/
matcher-fst.h 37 // typedef ... MatcherData; // Initialization data
42 // Matcher(const F &fst, MatchType type, MatcherData *data);
46 // MatcherData *GetData() const;
50 // class MatcherData {
53 // MatcherData(const MatcherData &);
56 // static MatcherData *Read(istream &istrm);
69 typedef AddOnPair<typename M::MatcherData, typename M::MatcherData> D;
81 AddOnPair<typename M::MatcherData,
    [all...]
lookahead-matcher.h 258 typedef NullAddOn MatcherData;
266 MatcherData *data = 0)
303 MatcherData *GetData() const { return 0; }
431 typedef LabelReachableData<Label> MatcherData;
439 MatcherData *data = 0, S *s = 0)
519 MatcherData *GetData() const {
630 typedef LabelReachableData<Label> MatcherData;
631 typedef AddOnPair<MatcherData, MatcherData> D;

Completed in 60 milliseconds