Searched refs:GenericSchemaDocument (Results 1 – 2 of 2) sorted by relevance
136 class GenericSchemaDocument; variable138 typedef GenericSchemaDocument<Value, CrtAllocator> SchemaDocument;
128 class GenericSchemaDocument; variable348 friend class GenericSchemaDocument<ValueType, AllocatorType>; variable1320 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 …]