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

  /external/libmojo/mojo/public/cpp/bindings/
message.h 87 uint8_t* mutable_payload() { return const_cast<uint8_t*>(payload()); } function in class:mojo::Message
  /external/libchrome/base/
pickle.h 310 char* mutable_payload() { function in class:base::Pickle
  /external/libmojo/mojo/edk/system/
channel.h 120 void* mutable_payload() { return static_cast<void*>(header_ + 1); } function in struct:mojo::edk::Channel::Message
132 void* mutable_payload() { return data_ + header_->num_header_bytes; } function in struct:mojo::edk::Channel::Message

Completed in 1174 milliseconds