Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/
Drapidjson.h347 #define RAPIDJSON_GETPOINTER(type, p) (reinterpret_cast<type *>(reinterpret_cast<uintptr_t>(p) & st… macro
350 #define RAPIDJSON_GETPOINTER(type, p) (p) macro