Searched defs:RAPIDJSON_GETPOINTER (Results 1 – 1 of 1) sorted by relevance
347 #define RAPIDJSON_GETPOINTER(type, p) (reinterpret_cast<type *>(reinterpret_cast<uintptr_t>(p) & st… macro350 #define RAPIDJSON_GETPOINTER(type, p) (p) macro