HomeSort by relevance Sort by last modified time
    Searched refs:RAPIDJSON_ENCODINGS_FUNC (Results 1 - 2 of 2) sorted by null

  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
encodedstream.h 93 #define RAPIDJSON_ENCODINGS_FUNC(x) UTF8<Ch>::x, UTF16LE<Ch>::x, UTF16BE<Ch>::x, UTF32LE<Ch>::x, UTF32BE<Ch>::x
114 static const TakeFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Take) };
217 static const PutFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Put) };
242 static const PutBOMFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(PutBOM) };
253 #undef RAPIDJSON_ENCODINGS_FUNC
encodings.h 555 #define RAPIDJSON_ENCODINGS_FUNC(x) UTF8<Ch>::x, UTF16LE<Ch>::x, UTF16BE<Ch>::x, UTF32LE<Ch>::x, UTF32BE<Ch>::x
560 static const EncodeFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Encode) };
567 static const DecodeFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Decode) };
574 static const ValidateFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Validate) };
578 #undef RAPIDJSON_ENCODINGS_FUNC

Completed in 70 milliseconds