Home
last modified time | relevance | path

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

/external/bcc/tests/cc/
Dcatch.hpp1207 struct CopyableStream { struct
1208 CopyableStream() {} in CopyableStream() argument
1209 CopyableStream( CopyableStream const& other ) { in CopyableStream() function
1212 CopyableStream& operator=( CopyableStream const& other ) { in operator =() argument
1270 CopyableStream m_stream;