HomeSort by relevance Sort by last modified time
    Searched refs:arctype_ (Results 1 - 2 of 2) 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

Completed in 27 milliseconds