Searched refs:itemsTuple_ (Results 1 – 1 of 1) sorted by relevance
370 itemsTuple_(), in Schema()534 … itemsTuple_ = static_cast<const Schema**>(allocator_->Malloc(sizeof(const Schema*) * v->Size())); in Schema()537 …schemaDocument->CreateSchema(&itemsTuple_[itemsTupleCount_++], q.Append(index, allocator_), *itr, … in Schema()591 AllocatorType::Free(itemsTuple_); in ~Schema()607 else if (itemsTuple_) { in BeginValue()609 context.valueSchema = itemsTuple_[context.arrayElementIndex]; in BeginValue()1245 const SchemaType** itemsTuple_; variable