Home
last modified time | relevance | path

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

/external/bcc/tests/cc/
Dcatch.hpp305 # define CATCH_AUTO_PTR( T ) std::unique_ptr<T> macro
307 # define CATCH_AUTO_PTR( T ) std::auto_ptr<T> macro