Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/public/
Dcompiler.h33 #define PERFETTO_STATIC_CAST(TYPE, VAL) static_cast<TYPE>(VAL) macro
35 #define PERFETTO_STATIC_CAST(TYPE, VAL) ((TYPE)(VAL)) macro