Searched refs:batches_ (Results 1 - 1 of 1) sorted by relevance

/external/jsoncpp/src/lib_json/
H A Djson_batchallocator.h40 batches_ = allocateBatch( 0 ); // allocated a dummy page
41 currentBatch_ = batches_;
46 for ( BatchInfo *batch = batches_; batch; )
73 currentBatch_->next_ = batches_; // insert at the head of the list
74 batches_ = currentBatch_;
115 BatchInfo *batches_; member in class:Json::BatchAllocator

Completed in 106 milliseconds