Searched refs:GenericSchemaDocument (Results 1 – 2 of 2) sorted by relevance
136 class GenericSchemaDocument; variable138 typedef GenericSchemaDocument<Value, CrtAllocator> SchemaDocument;
238 class GenericSchemaDocument; variable534 friend class GenericSchemaDocument<ValueType, AllocatorType>;1816 class GenericSchemaDocument {1819 …typedef IGenericRemoteSchemaDocumentProvider<GenericSchemaDocument> IRemoteSchemaDocumentProviderT…1823 typedef internal::Schema<GenericSchemaDocument> SchemaType;1828 friend class internal::Schema<GenericSchemaDocument>;1844 …explicit GenericSchemaDocument(const ValueType& document, const Ch* uri = 0, SizeType uriLength = …1897 GenericSchemaDocument(GenericSchemaDocument&& rhs) RAPIDJSON_NOEXCEPT :1919 ~GenericSchemaDocument() {2004 GenericSchemaDocument(const GenericSchemaDocument&);[all …]