Home
last modified time | relevance | path

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

/external/bcc/tests/cc/
Dcatch.hpp3909 #define CLARA_NULL nullptr macro
3911 #define CLARA_NULL NULL macro
4023 BoundArgFunction() : functionObj( CLARA_NULL ) {} in BoundArgFunction()
4025 …tion const& other ) : functionObj( other.functionObj ? other.functionObj->clone() : CLARA_NULL ) {} in BoundArgFunction()
4027 …ArgFunction<ConfigT>* newFunctionObj = other.functionObj ? other.functionObj->clone() : CLARA_NULL; in operator =()
4043 return functionObj != CLARA_NULL; in isSet()