Home | History | Annotate | Download | only in src

Lines Matching refs:live_byte_count_

452              static_cast<void*>(this), live_byte_count_);
454 live_byte_count_ = 0;
459 static_cast<void*>(this), live_byte_count_,
461 live_byte_count_ + by);
463 live_byte_count_ += by;
464 ASSERT_LE(static_cast<unsigned>(live_byte_count_), size_);
467 ASSERT(static_cast<unsigned>(live_byte_count_) <= size_);
468 return live_byte_count_;
625 int live_byte_count_;