Home
last modified time | relevance | path

Searched defs:mutable_payload (Results 1 – 3 of 3) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/
Dmessage.h117 uint8_t* mutable_payload() { return const_cast<uint8_t*>(payload()); } in mutable_payload() function
/external/libchrome/base/
Dpickle.h310 char* mutable_payload() { in mutable_payload() function
/external/libmojo/mojo/edk/system/
Dchannel.cc253 void* Channel::Message::mutable_payload() { in mutable_payload() function in mojo::edk::Channel::Message