Searched defs:ArcType (Results 1 - 6 of 6) sorted by relevance

/external/openfst/src/include/fst/extensions/far/
H A Dfar.h39 const string &ArcType() const { return arctype_; } function in class:fst::FarHeader
48 arctype_ = fsthdr.ArcType().empty() ? "unknown" : fsthdr.ArcType();
53 arctype_ = fsthdr.ArcType().empty() ? "unknown" : fsthdr.ArcType();
/external/openfst/src/include/fst/extensions/pdt/
H A Dinfo.h51 const string& ArcType() const { return A::Type(); } function in class:fst::PdtInfo
149 cout << "arc type" << pdtinfo.ArcType().c_str() << endl;
/external/openfst/src/include/fst/script/
H A Dfst-class.h49 virtual const string &ArcType() const = 0;
83 virtual const string &ArcType() const { function in class:fst::script::FstClassImpl
164 virtual const string &ArcType() const { function in class:fst::script::FstClass
165 return impl_->ArcType();
194 if (Arc::Type() != ArcType()) {
H A Dinfo-impl.h175 const string& ArcType() const { return A::Type(); } function in class:fst::FstInfo
239 os << "arc type" << fstinfo.ArcType() << endl;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfst.h79 const string &ArcType() const { return arctype_; } function in class:fst::FstHeader
469 if (hdr->ArcType() != A::Type()) {
/external/openfst/src/include/fst/
H A Dfst.h107 const string &ArcType() const { return arctype_; } function in class:fst::FstHeader
793 if (hdr->ArcType() != A::Type()) {

Completed in 74 milliseconds