Searched refs:PointerType (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | schema.h | 526 typedef typename SchemaDocumentType::PointerType PointerType; typedef 536 …Schema(SchemaDocumentType* schemaDocument, const PointerType& p, const ValueType& value, const Val… 689 PointerType q = p.Append(GetPropertiesString(), allocator_); in allocator_() 700 PointerType q = p.Append(GetPatternPropertiesString(), allocator_); in allocator_() 706 PointerType r = q.Append(itr->name, allocator_); in allocator_() 726 PointerType q = p.Append(GetDependenciesString(), allocator_); in allocator_() 762 PointerType q = p.Append(GetItemsString(), allocator_); in allocator_() 867 const PointerType& GetPointer() const { in GetPointer() 1387 …void AssignIfExist(SchemaArray& out, SchemaDocumentType& schemaDocument, const PointerType& p, con… in AssignIfExist() 1390 PointerType q = p.Append(name, allocator_); in AssignIfExist() [all …]
|