Searched refs:itemsTuple_ (Results 1 – 1 of 1) sorted by relevance
562 itemsTuple_(), in allocator_()766 … itemsTuple_ = 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