message_in_transit.h | 29 typedef uint16_t Subtype; 31 static const Subtype kSubtypeMessagePipeEndpointData = 0; 33 static const Subtype kSubtypeMessagePipePeerClosed = 0; 43 // Creates a |MessageInTransit| of the given |type| and |subtype|, with the 45 static MessageInTransit* Create(Type type, Subtype subtype, 69 Subtype subtype() const { return subtype_; } function in class:mojo::system::MessageInTransit 86 explicit MessageInTransit(uint32_t size, Type type, Subtype subtype) [all...] |