Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dschema.h287 propertyExist(), in SchemaValidationContext()
309 if (propertyExist) in ~SchemaValidationContext()
310 factory.FreeState(propertyExist); in ~SchemaValidationContext()
328 bool* propertyExist; member
769 …context.propertyExist = static_cast<bool*>(context.factory.MallocState(sizeof(bool) * propertyCoun… in StartObject()
770 std::memset(context.propertyExist, 0, sizeof(bool) * propertyCount_); in StartObject()
801 if (context.propertyExist) in Key()
802 context.propertyExist[index] = true; in Key()
832 if (!context.propertyExist[index]) in EndObject()
843 if (context.propertyExist[sourceIndex]) { in EndObject()
[all …]