Lines Matching refs:GenericSchemaDocument
238 class GenericSchemaDocument; variable
534 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&);
2006 GenericSchemaDocument& operator=(const GenericSchemaDocument&);
2235 …if (const GenericSchemaDocument* remoteDocument = remoteProvider_->GetRemoteDocument(ref, spec_)) {
2415 typedef GenericSchemaDocument<Value> SchemaDocument;