Home
last modified time | relevance | path

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

/external/bcc/tests/cc/
Dcatch.hpp6520 FreeFunctionTestCase( TestFunction fun ) : m_fun( fun ) {} in FreeFunctionTestCase()
6523 m_fun(); in invoke()
6529 TestFunction m_fun; member in Catch::FreeFunctionTestCase