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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
expanded-fst.h 54 registr->GetReader(hdr.FstType());
56 LOG(ERROR) << "ExpandedFst::Read: Unknown FST type \"" << hdr.FstType()
mutable-fst.h 87 registr->GetReader(hdr.FstType());
89 LOG(ERROR) << "MutableFst::Read: Unknown FST type \"" << hdr.FstType()
fst.h 78 const string &FstType() const { return fsttype_; }
161 registr->GetReader(hdr.FstType());
163 LOG(ERROR) << "Fst::Read: Unknown FST type \"" << hdr.FstType()
464 if (hdr->FstType() != type_) {

Completed in 29 milliseconds