Lines Matching refs:stream
26106 enum class io_errc { stream = 1 };
26136 failure(const char*, const error_code& = io_errc::stream);
73533 friend std::ostream& operator<<(std::ostream& stream, const BasePoint<T, Sub, Coord>& aPoint) {
73534 return stream << '(' << aPoint.x << ',' << aPoint.y << ')';
75636 friend std::ostream& operator<<(std::ostream& stream,
75638 return stream << '(' << aRect.x << ',' << aRect.y << ','
111336 friend std::ostream& operator<<(std::ostream& stream, const nsRegion& m);
111719 friend std::ostream& operator<<(std::ostream& stream, const Derived& m) {
111720 return stream << m.mImpl;