Searched defs:FstImpl (Results 1 - 2 of 2) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfst.h396 template <class A> class FstImpl { class in namespace:fst
401 FstImpl() function in class:fst::FstImpl
405 FstImpl(const FstImpl<A> &impl) function in class:fst::FstImpl
411 ~FstImpl() {
465 LOG(ERROR) << "FstImpl::ReadHeaderAndSymbols: Fst not of type \""
470 LOG(ERROR) << "FstImpl::ReadHeaderAndSymbols: Arc not of type \""
476 LOG(ERROR) << "FstImpl::ReadHeaderAndSymbols: Obsolete "
528 void operator=(const FstImpl<A> &impl); // disallow
/external/openfst/src/include/fst/
H A Dfst.h603 template <class A> class FstImpl { class in namespace:fst
608 FstImpl() function in class:fst::FstImpl
611 FstImpl(const FstImpl<A> &impl) function in class:fst::FstImpl
616 virtual ~FstImpl() {
642 FSTERROR() << "FstImpl::SetProperties() const: can only set kError";
776 void operator=(const FstImpl<A> &impl); // disallow
780 bool FstImpl<A>::ReadHeader(istream &strm, const FstReadOptions& opts,
788 LOG(INFO) << "FstImpl::ReadHeader: source: " << opts.source
796 LOG(ERROR) << "FstImpl
[all...]

Completed in 104 milliseconds