Searched refs:RAPIDJSON_ENCODINGS_FUNC (Results 1 – 2 of 2) sorted by relevance
127 #define RAPIDJSON_ENCODINGS_FUNC(x) UTF8<Ch>::x, UTF16LE<Ch>::x, UTF16BE<Ch>::x, UTF32LE<Ch>::x, UT… macro148 static const TakeFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Take) };251 static const PutFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Put) }; in AutoUTFOutputStream()276 static const PutBOMFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(PutBOM) }; in PutBOM()287 #undef RAPIDJSON_ENCODINGS_FUNC
620 #define RAPIDJSON_ENCODINGS_FUNC(x) UTF8<Ch>::x, UTF16LE<Ch>::x, UTF16BE<Ch>::x, UTF32LE<Ch>::x, UT… macro625 static const EncodeFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Encode) }; in Encode()632 static const EncodeFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(EncodeUnsafe) }; in EncodeUnsafe()639 static const DecodeFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Decode) }; in Decode()646 static const ValidateFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Validate) }; in Validate()650 #undef RAPIDJSON_ENCODINGS_FUNC