Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dfwd.h136 class GenericSchemaDocument; variable
138 typedef GenericSchemaDocument<Value, CrtAllocator> SchemaDocument;
H A Dschema.h128 class GenericSchemaDocument; variable
348 friend class GenericSchemaDocument<ValueType, AllocatorType>; variable
1320 class GenericSchemaDocument {
1323 …typedef IGenericRemoteSchemaDocumentProvider<GenericSchemaDocument> IRemoteSchemaDocumentProviderT…
1327 typedef internal::Schema<GenericSchemaDocument> SchemaType;
1329 friend class internal::Schema<GenericSchemaDocument>;
1341 …explicit GenericSchemaDocument(const ValueType& document, IRemoteSchemaDocumentProviderType* remot…
1378 GenericSchemaDocument(GenericSchemaDocument&& rhs) RAPIDJSON_NOEXCEPT :
1393 ~GenericSchemaDocument() {
1405 GenericSchemaDocument(const GenericSchemaDocument&);
[all …]