Home
last modified time | relevance | path

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

/aosp_15_r20/system/incremental_delivery/incfs/incfsdump/
H A Ddump.cpp417 struct OstreamWrapper { struct in __anon5e30740e0111::Dump
418 explicit OstreamWrapper(std::ostream& wrapped) : mWrapped(&wrapped) {} in OstreamWrapper() function
419 OstreamWrapper(OstreamWrapper&& other) noexcept in OstreamWrapper() argument
422 ~OstreamWrapper() { in ~OstreamWrapper()
429 OstreamWrapper& operator<<(const T& t) & { in operator <<()
434 OstreamWrapper&& operator<<(const T& t) && { in operator <<()
440 std::ostream* mWrapped;