HomeSort by relevance Sort by last modified time
    Searched defs:__STATIC_CAST (Results 1 - 2 of 2) sorted by null

  /external/stlport/stlport/stl/config/
features.h 583 # define __STATIC_CAST(__x,__y) static_cast<__x>(__y)
586 # define __STATIC_CAST(__x,__y) __C_CAST(__x, __y)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
features.h 583 # define __STATIC_CAST(__x,__y) static_cast<__x>(__y)
586 # define __STATIC_CAST(__x,__y) __C_CAST(__x, __y)
    [all...]

Completed in 14 milliseconds