webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
IPC
Decoder
IPC::Decoder Member List
This is the complete list of members for
IPC::Decoder
, including all inherited members.
bufferIsLargeEnoughToContain
(size_t numElements) const
IPC::Decoder
inline
decode
(bool &)
IPC::Decoder
decode
(uint8_t &)
IPC::Decoder
decode
(uint16_t &)
IPC::Decoder
decode
(uint32_t &)
IPC::Decoder
decode
(uint64_t &)
IPC::Decoder
decode
(int32_t &)
IPC::Decoder
decode
(int64_t &)
IPC::Decoder
decode
(float &)
IPC::Decoder
decode
(double &)
IPC::Decoder
decode
(E &e) -> std::enable_if_t< std::is_enum< E >::value, bool >
IPC::Decoder
inline
decode
(T &t) -> std::enable_if_t<!std::is_enum< T >::value, bool >
IPC::Decoder
inline
decodeEnum
(T &result)
IPC::Decoder
inline
decodeFixedLengthData
(uint8_t *, size_t, unsigned alignment)
IPC::Decoder
Decoder
(const uint8_t *buffer, size_t bufferSize, void(*bufferDeallocator)(const uint8_t *, size_t), Vector< Attachment >)
IPC::Decoder
Decoder
(const Decoder &)=delete
IPC::Decoder
Decoder
(Decoder &&)=delete
IPC::Decoder
decodeVariableLengthByteArray
(DataReference &)
IPC::Decoder
destinationID
() const
IPC::Decoder
inline
isInvalid
() const
IPC::Decoder
inline
isIPCDecoder
IPC::Decoder
static
isSyncMessage
() const
IPC::Decoder
length
() const
IPC::Decoder
inline
markInvalid
()
IPC::Decoder
inline
messageName
() const
IPC::Decoder
inline
messageReceiverName
() const
IPC::Decoder
inline
removeAttachment
(Attachment &)
IPC::Decoder
shouldDispatchMessageWhenWaitingForSyncReply
() const
IPC::Decoder
shouldUseFullySynchronousModeForTesting
() const
IPC::Decoder
unwrapForTesting
(Decoder &)
IPC::Decoder
static
~Decoder
()
IPC::Decoder
Generated by
1.8.13