Home
last modified time | relevance | path

Searched refs:PointerType (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.h342 typedef typename SchemaDocumentType::PointerType PointerType; typedef
350 …Schema(SchemaDocumentType* schemaDocument, const PointerType& p, const ValueType& value, const Val… in Schema()
462 PointerType q = p.Append(GetPropertiesString(), allocator_); in Schema()
471 PointerType q = p.Append(GetPatternPropertiesString(), allocator_); in Schema()
494 PointerType q = p.Append(GetDependenciesString(), allocator_); in Schema()
530 PointerType q = p.Append(GetItemsString(), allocator_); in Schema()
953 …static SchemaType typeless(0, PointerType(), ValueType(kObjectType).Move(), ValueType(kObjectType)… in GetTypeless()
983 …void AssignIfExist(SchemaArray& out, SchemaDocumentType& schemaDocument, const PointerType& p, con… in AssignIfExist()
986 PointerType q = p.Append(name, allocator_); in AssignIfExist()
1328 typedef GenericPointer<ValueType, Allocator> PointerType;
[all …]