Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/
Dschema.h562 itemsTuple_(), in allocator_()
766itemsTuple_ = static_cast<const Schema**>(allocator_->Malloc(sizeof(const Schema*) * v->Size())); in allocator_()
769 …schemaDocument->CreateSchema(&itemsTuple_[itemsTupleCount_++], q.Append(index, allocator_), *itr, … in allocator_()
846 AllocatorType::Free(itemsTuple_); in ~Schema()
879 else if (itemsTuple_) { in BeginValue()
881 context.valueSchema = itemsTuple_[context.arrayElementIndex]; in BeginValue()
1726 const SchemaType** itemsTuple_; variable