OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__static_cast
(Results
51 - 52
of
52
) sorted by null
1
2
3
/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
2
3