current_num_bytes_ 39 mojo/system/local_data_pipe.cc if (!consumer_open_no_lock() || !current_num_bytes_) { current_num_bytes_ 61 mojo/system/local_data_pipe.cc if (num_bytes_to_write > capacity_num_bytes() - current_num_bytes_) { current_num_bytes_ 64 mojo/system/local_data_pipe.cc num_bytes_to_write - (capacity_num_bytes() - current_num_bytes_)); current_num_bytes_ 69 mojo/system/local_data_pipe.cc if (all_or_none && *num_bytes > capacity_num_bytes() - current_num_bytes_) { current_num_bytes_ 76 mojo/system/local_data_pipe.cc capacity_num_bytes() - current_num_bytes_); current_num_bytes_ 86 mojo/system/local_data_pipe.cc (start_index_ + current_num_bytes_) % capacity_num_bytes(); current_num_bytes_ 97 mojo/system/local_data_pipe.cc current_num_bytes_ += num_bytes_to_write; current_num_bytes_ 98 mojo/system/local_data_pipe.cc DCHECK_LE(current_num_bytes_, capacity_num_bytes()); current_num_bytes_ 111 mojo/system/local_data_pipe.cc (start_index_ + current_num_bytes_) % capacity_num_bytes(); current_num_bytes_ 148 mojo/system/local_data_pipe.cc current_num_bytes_ += num_bytes_written; current_num_bytes_ 149 mojo/system/local_data_pipe.cc DCHECK_LE(current_num_bytes_, capacity_num_bytes()); current_num_bytes_ 157 mojo/system/local_data_pipe.cc (may_discard() || current_num_bytes_ < capacity_num_bytes()) && current_num_bytes_ 176 mojo/system/local_data_pipe.cc current_num_bytes_ = 0; current_num_bytes_ 185 mojo/system/local_data_pipe.cc if (all_or_none && *num_bytes > current_num_bytes_) { current_num_bytes_ 193 mojo/system/local_data_pipe.cc std::min(static_cast<size_t>(*num_bytes), current_num_bytes_); current_num_bytes_ 221 mojo/system/local_data_pipe.cc if (all_or_none && *num_bytes > current_num_bytes_) { current_num_bytes_ 229 mojo/system/local_data_pipe.cc if (current_num_bytes_ == 0) { current_num_bytes_ 235 mojo/system/local_data_pipe.cc std::min(static_cast<size_t>(*num_bytes), current_num_bytes_); current_num_bytes_ 243 mojo/system/local_data_pipe.cc *num_bytes = static_cast<uint32_t>(current_num_bytes_); current_num_bytes_ 283 mojo/system/local_data_pipe.cc if (current_num_bytes_ > 0 && !consumer_in_two_phase_read_no_lock()) current_num_bytes_ 290 mojo/system/local_data_pipe.cc if (current_num_bytes_ > 0 || producer_open_no_lock()) current_num_bytes_ 314 mojo/system/local_data_pipe.cc size_t next_index = start_index_ + current_num_bytes_; current_num_bytes_ 319 mojo/system/local_data_pipe.cc capacity_num_bytes() - current_num_bytes_); current_num_bytes_ 326 mojo/system/local_data_pipe.cc if (start_index_ + current_num_bytes_ > capacity_num_bytes()) current_num_bytes_ 328 mojo/system/local_data_pipe.cc return current_num_bytes_; current_num_bytes_ 332 mojo/system/local_data_pipe.cc DCHECK_LE(num_bytes, current_num_bytes_); current_num_bytes_ 335 mojo/system/local_data_pipe.cc current_num_bytes_ -= num_bytes; current_num_bytes_ 76 mojo/system/local_data_pipe.h size_t current_num_bytes_;