Home | History | Annotate | Download | only in socket

Lines Matching refs:next_index_

477   SocketDataProviderArray() : next_index_(0) {
481 DCHECK_LT(next_index_, data_providers_.size());
482 return data_providers_[next_index_++];
491 next_index_ = 0;
497 size_t next_index_;