Searched defs:tail_copy (Results 1 – 2 of 2) sorted by relevance
160 const size_t tail_copy = std::min(copy, buffer_length_ - read_position); in ReadLocked() local186 const size_t tail_copy = std::min(copy, buffer_length_ - write_position); in WriteLocked() local
1308 const size_t tail_copy = std::min(copy, buffer_length_ - read_position_); in SetCapacity() local1399 const size_t tail_copy = std::min(copy, buffer_length_ - read_position); in ReadOffsetLocked() local1421 const size_t tail_copy = std::min(copy, buffer_length_ - write_position); in WriteOffsetLocked() local