Home
last modified time | relevance | path

Searched refs:GetMember (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.h389 if (const ValueType* v = GetMember(value, GetTypeString())) { in Schema()
398 if (const ValueType* v = GetMember(value, GetEnumString())) in Schema()
417 if (const ValueType* v = GetMember(value, GetNotString())) { in Schema()
425 const ValueType* properties = GetMember(value, GetPropertiesString()); in Schema()
426 const ValueType* required = GetMember(value, GetRequiredString()); in Schema()
427 const ValueType* dependencies = GetMember(value, GetDependenciesString()); in Schema()
470 if (const ValueType* v = GetMember(value, GetPatternPropertiesString())) { in Schema()
518 if (const ValueType* v = GetMember(value, GetAdditionalPropertiesString())) { in Schema()
529 if (const ValueType* v = GetMember(value, GetItemsString())) { in Schema()
544 if (const ValueType* v = GetMember(value, GetAdditionalItemsString())) { in Schema()
[all …]