Home
last modified time | relevance | path

Searched defs:PERFETTO_REINTERPRET_CAST (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/include/perfetto/public/
Dcompiler.h41 #define PERFETTO_REINTERPRET_CAST(TYPE, VAL) reinterpret_cast<TYPE>(VAL) macro
43 #define PERFETTO_REINTERPRET_CAST(TYPE, VAL) ((TYPE)(VAL)) macro