Searched refs:count_ (Results 1 – 1 of 1) sorted by relevance
59 ++count_;64 dex::u4 ItemsCount() const { return count_; } in ItemsCount()70 dex::u4 count_ = 0; variable88 count_ = count; in Init()95 count_ = 0; in Free()104 T* end() { return begin() + count_; } in end()106 bool empty() const { return count_ == 0; } in empty()108 dex::u4 ItemsCount() const { return count_; } in ItemsCount()110 dex::u4 size() const { return count_ * sizeof(T); } in size()113 SLICER_CHECK(i >= 0 && i < count_);[all …]