Home
last modified time | relevance | path

Searched refs:occupied_bytes (Results 1 – 1 of 1) sorted by relevance

/external/libmojo/mojo/edk/system/
Dchannel.cc464 const char* occupied_bytes() const { return data_ + num_discarded_bytes_; } in occupied_bytes() function in mojo::edk::Channel::ReadBuffer
531 memmove(data_, occupied_bytes(), num_bytes); in Realign()
581 reinterpret_cast<uintptr_t>(read_buffer_->occupied_bytes()))) { in OnReadComplete()
588 read_buffer_->occupied_bytes()); in OnReadComplete()
625 const_cast<char*>(read_buffer_->occupied_bytes()) + in OnReadComplete()