Home
last modified time | relevance | path

Searched refs:valueSchema (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.h276 valueSchema(), in SchemaValidationContext()
315 const SchemaType* valueSchema; member
606 context.valueSchema = itemsList_; in BeginValue()
609 context.valueSchema = itemsTuple_[context.arrayElementIndex]; in BeginValue()
611 context.valueSchema = additionalItemsSchema_; in BeginValue()
613 context.valueSchema = GetTypeless(); in BeginValue()
618 context.valueSchema = GetTypeless(); in BeginValue()
795 context.valueSchema = GetTypeless(); in Key()
799 context.valueSchema = properties_[index].schema; in Key()
810 context.valueSchema = GetTypeless(); in Key()
[all …]