OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STATIC_CAST
(Results
1 - 6
of
6
) sorted by null
/external/clang/test/Index/Inputs/
preamble_macro_template.h
1
#define
STATIC_CAST
static_cast
5
(void)
STATIC_CAST
<T*>(0);
/external/icu4c/i18n/
bms.cpp
19
#define
STATIC_CAST
(type,value)
static_cast
<type>(value)
22
#define
STATIC_CAST
(type,value) (type) (value)
31
return
STATIC_CAST
(UCD *, CollData::open(coll, *status));
38
CollData *data =
STATIC_CAST
(CollData *, ucd);
47
CollData *data =
STATIC_CAST
(CollData *, ucd);
76
BMS *bms =
STATIC_CAST
(BMS *, uprv_malloc(sizeof(BMS)));
126
return
STATIC_CAST
(UCD *, bms->bms->getData());
/external/srec/portable/include/
pmemory.h
55
* \<
static_cast
\> implementation for C.
57
#define
STATIC_CAST
(self, subClass, member) ((subClass*) (((char*) self) - (offsetof(subClass, member))))
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
etip.h
132
#define
STATIC_CAST
(s)
static_cast
<s>
134
#define
STATIC_CAST
(s) (s)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
etip.h
132
#define
STATIC_CAST
(s)
static_cast
<s>
134
#define
STATIC_CAST
(s) (s)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
etip.h
132
#define
STATIC_CAST
(s)
static_cast
<s>
134
#define
STATIC_CAST
(s) (s)
Completed in 205 milliseconds