Home
last modified time | relevance | path

Searched refs:RAPIDJSON_ENCODINGS_FUNC (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/
Dencodedstream.h127 #define RAPIDJSON_ENCODINGS_FUNC(x) UTF8<Ch>::x, UTF16LE<Ch>::x, UTF16BE<Ch>::x, UTF32LE<Ch>::x, UT… macro
148 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
Dencodings.h620 #define RAPIDJSON_ENCODINGS_FUNC(x) UTF8<Ch>::x, UTF16LE<Ch>::x, UTF16BE<Ch>::x, UTF32LE<Ch>::x, UT… macro
625 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