Searched refs:lhs (Results 1 – 1 of 1) sorted by relevance
16 MemoryOutStream& operator <<(MemoryOutStream& lhs, const std::string& rhs) in operator <<() argument18 lhs << rhs.c_str(); in operator <<()19 return lhs; in operator <<()