Searched defs:PERFETTO_REINTERPRET_CAST (Results 1 – 1 of 1) sorted by relevance
41 #define PERFETTO_REINTERPRET_CAST(TYPE, VAL) reinterpret_cast<TYPE>(VAL) macro43 #define PERFETTO_REINTERPRET_CAST(TYPE, VAL) ((TYPE)(VAL)) macro