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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.cpp 60 ReadType(strm, &fsttype_);
76 WriteType(strm, fsttype_);
fst.h 78 const string &FstType() const { return fsttype_; }
87 void SetFstType(const string& type) { fsttype_ = type; }
100 string fsttype_; // E.g. "vector" member in class:fst::FstHeader
  /external/openfst/src/lib/
fst.cc 137 ReadType(strm, &fsttype_);
156 WriteType(strm, fsttype_);
  /external/openfst/src/include/fst/
fst.h 106 const string &FstType() const { return fsttype_; }
115 void SetFstType(const string& type) { fsttype_ = type; }
129 string fsttype_; // E.g. "vector" member in class:fst::FstHeader

Completed in 45 milliseconds