Home
last modified time | relevance | path

Searched refs:PutBegin (Results 1 – 9 of 9) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/
Dstream.h127 Ch* PutBegin() { return is_.PutBegin(); } in PutBegin() function
163 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } in PutBegin() function
201 Ch* PutBegin() { return dst_ = src_; }
Dencodedstream.h55 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } in RAPIDJSON_DIAG_OFF()
84 Ch* PutBegin() { return 0; } in PutBegin() function
117 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } in PutBegin() function
163 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } in PutBegin() function
267 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } in PutBegin() function
Dostreamwrapper.h62 char* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } in RAPIDJSON_DIAG_OFF()
Dmemorystream.h49 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } in PutBegin() function
Dfilereadstream.h57 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } in RAPIDJSON_DIAG_OFF()
Dfilewritestream.h78 char* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } in PutBegin() function
Distreamwrapper.h79 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } in RAPIDJSON_DIAG_OFF()
Dreader.h968 typename InputStream::Ch *head = s.PutBegin();
1688 typename InputStream::Ch* head = is.PutBegin(); in ParseNumber()
Dpointer.h963 Ch* begin = os.PutBegin(); in Parse()