Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dstringify.hpp97 writer.EndObject(); in stringify()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dproperties.hpp204 writer.EndObject(); in stringify()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dreader.h214 bool EndObject(SizeType) { return static_cast<Override&>(*this).Default(); } in EndObject() function
600 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()
H A Dschema.h197 bool EndObject(SizeType memberCount) { in EndObject() function
828 bool EndObject(Context& context, SizeType memberCount) const { in EndObject() function
1715 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));
H A Dprettywriter.h125 bool EndObject(SizeType memberCount = 0) {
H A Dwriter.h212 bool EndObject(SizeType memberCount = 0) {
H A Ddocument.h1784 return handler.EndObject(data_.o.size);
2361 bool EndObject(SizeType memberCount) {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dvalue.cpp65 writer.EndObject(); in writeJSON()