Searched defs:__REINTERPRET_CAST (Results 1 - 1 of 1) sorted by relevance
/external/stlport/stlport/stl/config/ | ||
H A D | features.h | 590 # define __REINTERPRET_CAST(__x,__y) reinterpret_cast<__x>(__y) macro 594 # define __REINTERPRET_CAST(__x,__y) __C_CAST(__x, __y) macro |
Completed in 267 milliseconds