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

  /external/openfst/src/include/fst/
matcher-fst.h 292 void InitLookAheadFst(const Fst<Arc>& fst, bool copy = false) {
293 matcher_->InitLookAheadFst(fst, copy);
lookahead-matcher.h 91 // void InitLookAheadFst(const Fst<Arc>& fst, bool copy = false);
163 virtual void InitLookAheadFst(const Fst<Arc>& fst, bool copy = false) = 0;
222 void InitLookAheadFst(const Fst<Arc>& fst, bool copy = false) {}
312 void InitLookAheadFst(const Fst<Arc>& fst, bool copy = false) {
340 InitLookAheadFst(fst);
544 void InitLookAheadFst(const Fst<Arc>& fst, bool copy = false) {
551 void InitLookAheadFst(const L& fst, bool copy = false) {
585 InitLookAheadFst(fst);
785 void InitLookAheadFst(const Fst<Arc>& fst, bool copy = false) {
788 lbase->InitLookAheadFst(fst, copy)
    [all...]

Completed in 30 milliseconds