Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/
Drapidjson.h346 #define RAPIDJSON_SETPOINTER(type, p, x) (p = reinterpret_cast<type *>((reinterpret_cast<uintptr_t>… macro
349 #define RAPIDJSON_SETPOINTER(type, p, x) (p = (x)) macro