Searched refs:sentry (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/dsent/libutil/
H A DConfig.cc40 const String& sentry = "End"; local
64 // Check for end of file sentry
65 if((sentry != "") && (line.find(sentry) != String::npos)) return;
80 // or end of file sentry
100 if((sentry != "") && (nextline.find(sentry) != String::npos))
H A DString.cc340 // Code that uses streambuf this way must be guarded by a sentry object.
341 // The sentry object performs various tasks,
344 std::istream::sentry se(is_, true);

Completed in 5 milliseconds