HomeSort by relevance Sort by last modified time
    Searched defs:__static_cast (Results 51 - 52 of 52) sorted by null

1 23

  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/sys/
cdefs.h 82 #define __static_cast(x,y) static_cast<x>(y) macro
86 #define __static_cast(x,y) (x)y macro
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/sys/
cdefs.h 82 #define __static_cast(x,y) static_cast<x>(y) macro
86 #define __static_cast(x,y) (x)y macro

Completed in 68 milliseconds

1 23