Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/dbg/
Ddbg_PrintResult.h98 #define NN_DBG_DECLARE_GET_RESULT_DESCRIPTION_STRING_IMPL_KEEPER(libname) \ argument
99 namespace nn { namespace libname { namespace detail { \
102 … #define NN_DBG_DECLARE_ADDITIONAL_GET_RESULT_DESCRIPTION_STRING_IMPL_KEEPER(libname, option) \ argument
103 namespace nn { namespace libname { namespace detail { \
106 #define NN_DBG_USE_GET_RESULT_DESCRIPTION_STRING_IMPL_KEEPER(libname) \ argument
107 (::nn::libname::detail::GetResultDescriptionStringImplKeeper())
108 #define NN_DBG_USE_ADDITIONAL_GET_RESULT_DESCRIPTION_STRING_IMPL_KEEPER(libname, option) \ argument
109 (::nn::libname::detail::GetResult##option##DescriptionStringImplKeeper())
111 #define NN_DBG_DECLARE_GET_RESULT_DESCRIPTION_STRING_IMPL_KEEPER(libname) argument
112 #define NN_DBG_DECLARE_ADDITIONAL_GET_RESULT_DESCRIPTION_STRING_IMPL_KEEPER(libname, option) argument
[all …]
/CTR-SDK-4.2.5/sources/libraries/dbg/
Ddbg_PrintResult.cpp36 #define DEFINE_WEAK_GET_RESULT_DESCRIPTION_STRING_IMPL(libname) \ argument
37 namespace nn { namespace libname { namespace detail { \