Searched refs:arctype_ (Results 1 – 5 of 5) sorted by relevance
61 ReadType(strm, &arctype_); in Read()79 WriteType(strm, arctype_); in Write()
79 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
46 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
141 ReadType(strm, &arctype_); in Read()160 WriteType(strm, arctype_); in Write()
114 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