Searched refs:SchemaEntry (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | schema.h | 590 typedef typename SchemaDocumentType::SchemaEntry SchemaEntry; in allocator_() typedef 591 SchemaEntry *entry = schemaDocument->schemaMap_.template Push<SchemaEntry>(); in allocator_() 592 new (entry) SchemaEntry(pointer_, this, true, allocator_); in allocator_() 1921 schemaMap_.template Pop<SchemaEntry>(1)->~SchemaEntry(); 2010 struct SchemaEntry { 2011 …SchemaEntry(const PointerType& p, SchemaType* s, bool o, Allocator* allocator) : pointer(p, alloca… 2012 ~SchemaEntry() { 2368 SchemaEntry *entry = schemaMap_.template Push<SchemaEntry>(); 2369 new (entry) SchemaEntry(**ref, schema, false, allocator_); 2382 …for (const SchemaEntry* target = schemaMap_.template Bottom<SchemaEntry>(); target != schemaMap_.t… [all …]
|