Searched refs:RAPIDJSON_ENCODINGS_FUNC (Results 1 – 2 of 2) sorted by relevance
93 #define RAPIDJSON_ENCODINGS_FUNC(x) UTF8<Ch>::x, UTF16LE<Ch>::x, UTF16BE<Ch>::x, UTF32LE<Ch>::x, UT… macro114 static const TakeFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Take) };217 static const PutFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Put) }; in AutoUTFOutputStream()242 static const PutBOMFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(PutBOM) }; in PutBOM()253 #undef RAPIDJSON_ENCODINGS_FUNC
555 #define RAPIDJSON_ENCODINGS_FUNC(x) UTF8<Ch>::x, UTF16LE<Ch>::x, UTF16BE<Ch>::x, UTF32LE<Ch>::x, UT… macro560 static const EncodeFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Encode) }; in Encode()567 static const DecodeFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Decode) }; in Decode()574 static const ValidateFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Validate) }; in Validate()578 #undef RAPIDJSON_ENCODINGS_FUNC