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

  /external/lzma/CPP/7zip/UI/Common/
ZipRegistry.h 55 UString ArcType;
ArchiveCommandLine.h 85 UString ArcType;
  /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/script/
fst-class.h 50 virtual const string &ArcType() const = 0;
87 virtual const string &ArcType() const {
186 virtual const string &ArcType() const {
187 return impl_->ArcType();
220 if (Arc::Type() != ArcType()) {
info-impl.h 175 const string& ArcType() const { return A::Type(); }
239 os << "arc type" << fstinfo.ArcType() << endl;
  /external/openfst/src/include/fst/extensions/far/
far.h 46 const string &ArcType() const { return arctype_; }
58 arctype_ = fsthdr.ArcType().empty() ? "unknown" : fsthdr.ArcType();
63 arctype_ = fsthdr.ArcType().empty() ? "unknown" : fsthdr.ArcType();
69 arctype_ = fsthdr.ArcType().empty() ? "unknown" : fsthdr.ArcType();
  /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 114 const string &ArcType() const { return arctype_; }
800 if (hdr->ArcType() != A::Type()) {

Completed in 200 milliseconds