Home
last modified time | relevance | path

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

/external/jsoncpp/src/lib_json/
Djson_batchallocator.h32 : freeHead_(0), objectsPerPage_(objectsPerPage) {
68 currentBatch_ = allocateBatch(objectsPerPage_); in allocate()
114 unsigned int objectsPerPage_; variable