Searched refs:EndObject (Results 1 – 8 of 8) sorted by relevance
97 writer.EndObject(); in stringify()
204 writer.EndObject(); in stringify()
214 bool EndObject(SizeType) { return static_cast<Override&>(*this).Default(); } in EndObject() function600 if (RAPIDJSON_UNLIKELY(!handler.EndObject(0))) // empty object in ParseObject()637 if (RAPIDJSON_UNLIKELY(!handler.EndObject(memberCount))) in ParseObject()646 if (RAPIDJSON_UNLIKELY(!handler.EndObject(memberCount))) in ParseObject()1736 bool hr = handler.EndObject(c); in Transit()
197 bool EndObject(SizeType memberCount) { in EndObject() function828 bool EndObject(Context& context, SizeType memberCount) const { in EndObject() function1715 bool EndObject(SizeType memberCount) { 1717 RAPIDJSON_SCHEMA_HANDLE_PARALLEL_(EndObject, (memberCount));1718 if (!CurrentSchema().EndObject(CurrentContext(), memberCount)) return valid_ = false;1719 RAPIDJSON_SCHEMA_HANDLE_END_(EndObject, (memberCount));
125 bool EndObject(SizeType memberCount = 0) {
212 bool EndObject(SizeType memberCount = 0) {
1784 return handler.EndObject(data_.o.size);2361 bool EndObject(SizeType memberCount) {
65 writer.EndObject(); in writeJSON()