Searched defs:RAPIDJSON_COPY (Results 1 – 1 of 1) sorted by relevance
147 #define RAPIDJSON_COPY() c = is.Take(); *codepoint = (*codepoint << 6) | (static_cast<unsigned char… in Decode() macro180 #define RAPIDJSON_COPY() os.Put(c = is.Take()) in Validate() macro