Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/
Dfwd.h136 class GenericSchemaDocument; variable
138 typedef GenericSchemaDocument<Value, CrtAllocator> SchemaDocument;
Dschema.h238 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&);
[all …]