Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/config/
Dfeatures.h584 # define __REINTERPRET_CAST(__x,__y) reinterpret_cast<__x>(__y) macro
588 # define __REINTERPRET_CAST(__x,__y) __C_CAST(__x, __y) macro