Searched defs:RT_SUCCESS_NP (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Derr.h54 * RT_SUCCESS_NP, RT_FAILURE and RT_FAILURE_NP. The RTErrStrictType2
67 * classes interact cleanly with RT_SUCCESS, RT_SUCCESS_NP, RT_FAILURE and
78 * Integer constructor used by RT_SUCCESS_NP.
89 * Integer constructor used by RT_SUCCESS_NP.
124 * Indicates that RT_SUCCESS_NP, RT_SUCCESS, RT_FAILURE_NP and RT_FAILURE should
140 * this check is normally taken. To prevent any prediction use RT_SUCCESS_NP instead.
147 #define RT_SUCCESS(rc) ( RT_LIKELY(RT_SUCCESS_NP(rc)) )
149 /** @def RT_SUCCESS_NP
158 # define RT_SUCCESS_NP(rc) ( RTErrStrictType(rc).success() ) macro
160 # define RT_SUCCESS_NP(r macro
[all...]

Completed in 59 milliseconds