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

  /external/openfst/src/include/fst/extensions/pdt/
info.h 51 const string& ArcType() const { return A::Type(); }
149 cout << "arc type" << pdtinfo.ArcType().c_str() << endl;
  /external/openfst/src/include/fst/extensions/far/
far.h 39 const string &ArcType() const { return arctype_; }
48 arctype_ = fsthdr.ArcType().empty() ? "unknown" : fsthdr.ArcType();
53 arctype_ = fsthdr.ArcType().empty() ? "unknown" : fsthdr.ArcType();
  /external/openfst/src/include/fst/script/
fst-class.h 49 virtual const string &ArcType() const = 0;
83 virtual const string &ArcType() const {
164 virtual const string &ArcType() const {
165 return impl_->ArcType();
194 if (Arc::Type() != ArcType()) {
info-impl.h 175 const string& ArcType() const { return A::Type(); }
239 os << "arc type" << fstinfo.ArcType() << endl;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h 79 const string &ArcType() const { return arctype_; }
469 if (hdr->ArcType() != A::Type()) {
  /external/openfst/src/include/fst/
fst.h 107 const string &ArcType() const { return arctype_; }
793 if (hdr->ArcType() != A::Type()) {

Completed in 464 milliseconds