Home
last modified time | relevance | path

Searched defs:data_num_bytes (Results 1 – 7 of 7) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/lib/
Dmessage_buffer.h32 uint32_t data_num_bytes() const { return data_num_bytes_; } in data_num_bytes() function
Dvalidation_context.cc19 size_t data_num_bytes, in ValidationContext()
/external/libmojo/mojo/public/cpp/bindings/
Dmessage.h47 uint32_t data_num_bytes() const { return buffer_->data_num_bytes(); } in data_num_bytes() function
/external/libmojo/mojo/edk/system/
Dchannel.h117 size_t data_num_bytes() const { return size_; } in data_num_bytes() function
Dchannel.cc123 size_t data_num_bytes) { in Deserialize()
Dchannel_win.cc54 size_t data_num_bytes() const { return message_->data_num_bytes() - offset_; } in data_num_bytes() function in mojo::edk::__anonc30da2c00111::MessageView
Dchannel_posix.cc63 size_t data_num_bytes() const { return message_->data_num_bytes() - offset_; } in data_num_bytes() function in mojo::edk::__anon24f20da50111::MessageView