Home | History | Annotate | Download | only in fst

Lines Matching defs:FstImpl

597 template <class A> class FstImpl {
602 FstImpl()
605 FstImpl(const FstImpl<A> &impl)
610 virtual ~FstImpl() {
636 FSTERROR() << "FstImpl::SetProperties() const: can only set kError";
769 void operator=(const FstImpl<A> &impl); // disallow
773 bool FstImpl<A>::ReadHeader(istream &strm, const FstReadOptions& opts,
781 LOG(INFO) << "FstImpl::ReadHeader: source: " << opts.source
789 LOG(ERROR) << "FstImpl::ReadHeader: Fst not of type \"" << type_
794 LOG(ERROR) << "FstImpl::ReadHeader: Arc not of type \"" << A::Type()
799 LOG(ERROR) << "FstImpl::ReadHeader: Obsolete " << type_