Lines Matching refs:os
113 std::string os = "["; in toString() local
115 os += (i == 0 ? "" : ", ") + toString(buffer[i]); in toString()
117 return os += "]"; in toString()
121 std::basic_ostream<CharT, Traits>& operator<<(std::basic_ostream<CharT, Traits>& os,
123 return os << toString(obj);
127 std::basic_ostream<CharT, Traits>& operator<<(std::basic_ostream<CharT, Traits>& os,
129 return os << toString(obj);
133 std::basic_ostream<CharT, Traits>& operator<<(std::basic_ostream<CharT, Traits>& os,
135 return os << toString(obj);
139 std::basic_ostream<CharT, Traits>& operator<<(std::basic_ostream<CharT, Traits>& os,
141 return os << toString(obj);
145 std::basic_ostream<CharT, Traits>& operator<<(std::basic_ostream<CharT, Traits>& os,
147 return os << toString(obj);
151 std::basic_ostream<CharT, Traits>& operator<<(std::basic_ostream<CharT, Traits>& os,
153 return os << toString(status);