Home | History | Annotate | Download | only in accounting

Lines Matching refs:begin_

48     DCHECK(begin_ != NULL);
83 *start_address = &begin_[index];
84 *end_address = &begin_[new_index];
88 DCHECK_EQ(begin_[i], static_cast<T>(0))
98 DCHECK_EQ(begin_[i], static_cast<T>(0)) << "i=" << i;
110 begin_[index] = value;
117 return begin_[back_index_.LoadRelaxed()];
125 return begin_[index];
144 return const_cast<T*>(begin_ + front_index_.LoadRelaxed());
148 return const_cast<T*>(begin_ + back_index_.LoadRelaxed());
187 begin_(nullptr),
206 begin_[index] = value;
219 begin_ = reinterpret_cast<T*>(addr);
232 T* begin_;