Searched refs:GetMember (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | schema.h | 602 if (const ValueType* v = GetMember(value, GetIdString())) { in allocator_() 610 if (const ValueType* v = GetMember(value, GetTypeString())) { in allocator_() 619 if (const ValueType* v = GetMember(value, GetEnumString())) { in allocator_() 641 if (const ValueType* v = GetMember(value, GetNotString())) { in allocator_() 650 const ValueType* properties = GetMember(value, GetPropertiesString()); in allocator_() 651 const ValueType* required = GetMember(value, GetRequiredString()); in allocator_() 652 const ValueType* dependencies = GetMember(value, GetDependenciesString()); in allocator_() 699 if (const ValueType* v = GetMember(value, GetPatternPropertiesString())) { in allocator_() 750 if (const ValueType* v = GetMember(value, GetAdditionalPropertiesString())) { in allocator_() 761 if (const ValueType* v = GetMember(value, GetItemsString())) { in allocator_() [all …]
|