Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dwriter.h59 ++count_;
64 dex::u4 ItemsCount() const { return count_; } in ItemsCount()
70 dex::u4 count_ = 0; variable
88 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_GE(i, 0 && i < count_);
[all …]