Searched refs:maxItems_ (Results 1 – 1 of 1) sorted by relevance
565 maxItems_(SizeType(~0)), in allocator_()774 AssignIfExist(maxItems_, value, GetMaxItemsString()); in allocator_()1231 if (elementCount > maxItems_) { in EndArray()1232 context.error_handler.TooManyItems(elementCount, maxItems_); in EndArray()1729 SizeType maxItems_; variable