Searched defs:oteststream (Results 1 – 1 of 1) sorted by relevance
27 struct oteststream : struct32 oteststream() : in oteststream() argument41 std::string str() const { return oss_.str(); } in str()42 void str(std::string const& s) { oss_.str(s); } in str()44 bool eq(std::string const& s) { return eq(str(), s); } in eq()47 static bool eq(std::string const& r, std::string const& s) { in eq()