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