HomeSort by relevance Sort by last modified time
    Searched refs:arctype_ (Results 1 - 5 of 5) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.cpp 61 ReadType(strm, &arctype_);
77 WriteType(strm, arctype_);
fst.h 79 const string &ArcType() const { return arctype_; }
88 void SetArcType(const string& type) { arctype_ = type; }
101 string arctype_; // E.g. "standard" member in class:fst::FstHeader
  /external/openfst/src/lib/
fst.cc 138 ReadType(strm, &arctype_);
157 WriteType(strm, arctype_);
  /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();
61 string arctype_; member in class:fst::FarHeader
  /external/openfst/src/include/fst/
fst.h 107 const string &ArcType() const { return arctype_; }
116 void SetArcType(const string& type) { arctype_ = type; }
130 string arctype_; // E.g. "standard" member in class:fst::FstHeader

Completed in 73 milliseconds