Home
last modified time | relevance | path

Searched defs:num_header_bytes (Results 1 – 6 of 6) sorted by relevance

/external/libmojo/mojo/edk/system/ports/
Dmessage.cc19 size_t* num_header_bytes, in Parse()
81 Message::Message(size_t num_header_bytes, in Message()
Dmessage.h40 size_t num_header_bytes() const { return num_header_bytes_; } in num_header_bytes() function
Dports_unittest.cc60 TestMessage(size_t num_header_bytes, in TestMessage()
202 void AllocMessage(size_t num_header_bytes, ScopedMessage* message) override { in AllocMessage()
/external/libmojo/mojo/edk/system/
Dports_message.cc34 PortsMessage::PortsMessage(size_t num_header_bytes, in PortsMessage()
Dnode_controller.cc80 size_t* num_header_bytes, in ParsePortsMessage()
728 void NodeController::AllocMessage(size_t num_header_bytes, in AllocMessage()
1021 size_t num_data_bytes, num_header_bytes, num_payload_bytes, num_ports_bytes; in OnPortsMessage() local
1118 size_t num_data_bytes, num_header_bytes, num_payload_bytes, num_ports_bytes; in OnBroadcast() local
Dchannel.h57 uint16_t num_header_bytes; member