Home
last modified time | relevance | path

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

/external/jsoncpp/src/lib_json/
Djson_internalmap.inl128 : buckets_(0), tailLink_(0), bucketsSize_(0), itemCount_(0) {}
131 : buckets_(0), tailLink_(0), bucketsSize_(0), itemCount_(0) {
132 reserve(other.itemCount_);
175 BucketIndex tempItemCount = itemCount_;
176 itemCount_ = other.itemCount_;
177 other.itemCount_ = tempItemCount;
186 return itemCount_;
190 return reserve(itemCount_ + growth);
302 --itemCount_;
320 ++itemCount_;
[all …]
/external/jsoncpp/include/json/
Dvalue.h740 BucketIndex itemCount_; variable