Searched refs:EndObject (Results 1 – 6 of 6) sorted by relevance
158 bool EndObject(SizeType) in EndObject() function
137 bool EndObject(SizeType memberCount = 0) {
216 bool EndObject(SizeType) { return static_cast<Override&>(*this).Default(); } in EndObject() function751 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()
368 bool EndObject(SizeType memberCount) { in EndObject() function1161 bool EndObject(Context& context, SizeType memberCount) const { in EndObject() function2864 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));
231 bool EndObject(SizeType memberCount = 0) {
1964 return handler.EndObject(data_.o.size);2848 bool EndObject(SizeType memberCount) {