Home
last modified time | relevance | path

Searched refs:EndObject (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLottieParserHandler.h158 bool EndObject(SizeType) in EndObject() function
/lvgl-latest/src/libs/thorvg/rapidjson/
Dprettywriter.h137 bool EndObject(SizeType memberCount = 0) {
Dreader.h216 bool EndObject(SizeType) { return static_cast<Override&>(*this).Default(); } in EndObject() function
751 if (RAPIDJSON_UNLIKELY(!handler.EndObject(0))) // empty object in ParseObject()
788 if (RAPIDJSON_UNLIKELY(!handler.EndObject(memberCount))) in ParseObject()
797 if (RAPIDJSON_UNLIKELY(!handler.EndObject(memberCount))) in ParseObject()
2098 bool hr = handler.EndObject(c); in Transit()
Dschema.h368 bool EndObject(SizeType memberCount) { in EndObject() function
1161 bool EndObject(Context& context, SizeType memberCount) const { in EndObject() function
2864 bool EndObject(SizeType memberCount) {
2867 RAPIDJSON_SCHEMA_HANDLE_PARALLEL_(EndObject, (memberCount));
2868 if (!CurrentSchema().EndObject(CurrentContext(), memberCount) && !GetContinueOnErrors()) {
2872 RAPIDJSON_SCHEMA_HANDLE_END_(EndObject, (memberCount));
Dwriter.h231 bool EndObject(SizeType memberCount = 0) {
Ddocument.h1964 return handler.EndObject(data_.o.size);
2848 bool EndObject(SizeType memberCount) {