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 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/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 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 47 milliseconds