Searched refs:ss_ (Results 1 – 1 of 1) sorted by relevance
39 : separator_(separator), ss_(ss), out_(out)55 ss_ << t << separator_;62 out_ = ss_.str();71 std::streampos s = ss_.tellp(); in operator()72 ss_ << t; in operator()73 std::streampos e = ss_.tellp(); in operator()75 ss_.seekp(-dur, std::ios::end); in operator()76 ss_ << std::string(dur, '*') << separator_ << "\0"; in operator()81 std::stringstream &ss_; variable