Home
last modified time | relevance | path

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

/external/bcc/tests/cc/
Dcatch.hpp335 class SafeBool { class
337 typedef void (SafeBool::*type)() const;
340 return value ? &SafeBool::trueValue : 0; in makeSafe()
526 operator SafeBool::type() const { return SafeBool::makeSafe( m_p != CATCH_NULL ); } in operator SafeBool::type()
2771 operator SafeBool::type() const { in operator SafeBool::type()
2772 return SafeBool::makeSafe( some() ); in operator SafeBool::type()