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

  /external/openfst/src/include/fst/extensions/far/
far.h 46 const string &ArcType() const { return arctype_; }
53 arctype_ = "standard";
58 arctype_ = fsthdr.ArcType().empty() ? "unknown" : fsthdr.ArcType();
63 arctype_ = fsthdr.ArcType().empty() ? "unknown" : fsthdr.ArcType();
69 arctype_ = fsthdr.ArcType().empty() ? "unknown" : fsthdr.ArcType();
77 string arctype_; member in class:fst::FarHeader
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
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/include/fst/
fst.h 114 const string &ArcType() const { return arctype_; }
123 void SetArcType(const string& type) { arctype_ = type; }
137 string arctype_; // E.g. "standard" member in class:fst::FstHeader

Completed in 328 milliseconds