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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h 396 template <class A> class FstImpl {
401 FstImpl()
405 FstImpl(const FstImpl<A> &impl)
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/
fst.h 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
    [all...]

Completed in 134 milliseconds