Home
last modified time | relevance | path

Searched refs:arctype_ (Results 1 – 5 of 5) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dfst.cpp61 ReadType(strm, &arctype_); in Read()
79 WriteType(strm, arctype_); in Write()
Dfst.h79 const string &ArcType() const { return arctype_; } in ArcType()
88 void SetArcType(const string& type) { arctype_ = type; } in SetArcType()
101 string arctype_; // E.g. "standard" variable
/external/openfst/src/include/fst/extensions/far/
Dfar.h46 const string &ArcType() const { return arctype_; } in ArcType()
53 arctype_ = "standard"; in Read()
58 arctype_ = fsthdr.ArcType().empty() ? "unknown" : fsthdr.ArcType(); in Read()
63 arctype_ = fsthdr.ArcType().empty() ? "unknown" : fsthdr.ArcType(); in Read()
69 arctype_ = fsthdr.ArcType().empty() ? "unknown" : fsthdr.ArcType(); in Read()
77 string arctype_; variable
/external/openfst/src/lib/
Dfst.cc141 ReadType(strm, &arctype_); in Read()
160 WriteType(strm, arctype_); in Write()
/external/openfst/src/include/fst/
Dfst.h114 const string &ArcType() const { return arctype_; } in ArcType()
123 void SetArcType(const string& type) { arctype_ = type; } in SetArcType()
137 string arctype_; // E.g. "standard" variable