HomeSort by relevance Sort by last modified time
    Searched defs:data_num_bytes (Results 1 - 4 of 4) sorted by null

  /external/libmojo/mojo/edk/system/
channel.h 130 static MessagePtr Deserialize(const void* data, size_t data_num_bytes);
133 size_t data_num_bytes() const { return size_; } function in struct:mojo::edk::Channel::Message
channel_posix.cc 45 DCHECK_GT(message_->data_num_bytes(), offset_);
63 size_t data_num_bytes() const { return message_->data_num_bytes() - offset_; } function in class:mojo::edk::__anon25145::MessageView
67 DCHECK_GT(message_->data_num_bytes(), offset_ + num_bytes);
366 message_view.data_num_bytes()
402 message_view.data_num_bytes());
433 } while (bytes_written < message_view.data_num_bytes());
channel_win.cc 38 DCHECK_GT(message_->data_num_bytes(), offset_);
55 size_t data_num_bytes() const { return message_->data_num_bytes() - offset_; } function in class:mojo::edk::__anon25146::MessageView
59 DCHECK_GE(message_->data_num_bytes(), offset_ + num_bytes);
265 if (message_view.data_num_bytes() == 0) {
306 static_cast<DWORD>(message_view.data_num_bytes()),
  /external/libmojo/mojo/public/cpp/bindings/
message.h 64 uint32_t data_num_bytes() const { function in class:mojo::Message

Completed in 77 milliseconds