Home
last modified time | relevance | path

Searched refs:FstType (Results 1 – 3 of 3) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dexpanded-fst.h54 registr->GetReader(hdr.FstType()); in Read()
56 LOG(ERROR) << "ExpandedFst::Read: Unknown FST type \"" << hdr.FstType() in Read()
Dfst.h78 const string &FstType() const { return fsttype_; } in FstType() function
161 registr->GetReader(hdr.FstType()); in Read()
163 LOG(ERROR) << "Fst::Read: Unknown FST type \"" << hdr.FstType() in Read()
464 if (hdr->FstType() != type_) { in ReadHeaderAndSymbols()
Dmutable-fst.h87 registr->GetReader(hdr.FstType()); in Read()
89 LOG(ERROR) << "MutableFst::Read: Unknown FST type \"" << hdr.FstType() in Read()