Searched defs:RAPIDJSON_SETPOINTER (Results 1 – 1 of 1) sorted by relevance
315 #define RAPIDJSON_SETPOINTER(type, p, x) (p = reinterpret_cast<type *>((reinterpret_cast<uintptr_t>… macro318 #define RAPIDJSON_SETPOINTER(type, p, x) (p = (x)) macro