Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dschema.h370 itemsTuple_(), in Schema()
534itemsTuple_ = 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