Home
last modified time | relevance | path

Searched refs:OstreamWrapper (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/incremental_delivery/incfs/incfsdump/
H A Ddump.cpp367 struct OstreamWrapper { struct in __anon0521a9c40110::Dump
368 explicit OstreamWrapper(std::ostream& wrapped) : mWrapped(&wrapped) {} in OstreamWrapper() function
369 OstreamWrapper(OstreamWrapper&& other) : mWrapped(std::exchange(other.mWrapped, nullptr)) {} in OstreamWrapper() argument
370 ~OstreamWrapper() { in ~OstreamWrapper() argument
377 OstreamWrapper& operator<<(const T& t) & { in operator <<() argument
382 OstreamWrapper&& operator<<(const T& t) && { in operator <<() argument
397 OstreamWrapper out() const { in out()
400 return OstreamWrapper(std::cout); in out()
403 OstreamWrapper err() const { in err()
406 return OstreamWrapper(std::cerr); in err()