Home
last modified time | relevance | path

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

/external/bcc/tests/cc/
Dcatch.hpp1207 struct CopyableStream { struct
1208 CopyableStream() {} in CopyableStream() function
1209 CopyableStream( CopyableStream const& other ) { in CopyableStream() function
1212 CopyableStream& operator=( CopyableStream const& other ) { in operator =()
1217 std::ostringstream oss;