Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dchannel.cc517 size_t num_occupied_bytes() const { in num_occupied_bytes() function in mojo::core::Channel::ReadBuffer
581 size_t num_bytes = num_occupied_bytes(); in Realign()
625 while (read_buffer_->num_occupied_bytes() >= sizeof(Message::LegacyHeader)) { in OnReadComplete()
646 if (read_buffer_->num_occupied_bytes() < legacy_header->num_bytes) { in OnReadComplete()
650 legacy_header->num_bytes - read_buffer_->num_occupied_bytes(); in OnReadComplete()