Home
last modified time | relevance | path

Searched defs:SAL_CONST_CAST (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/sal/inc/sal/
H A Dtypes.h345 #define SAL_CONST_CAST(type, expr) (const_cast< type >(expr)) macro
349 #define SAL_CONST_CAST(type, expr) ((type) (expr)) macro

Completed in 13 milliseconds