Searched refs:decodeFixedLengthData (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/Platform/IPC/
H A DArgumentCoders.cpp83 if (!decoder.decodeFixedLengthData(reinterpret_cast<uint8_t*>(buffer), length, 1))
121 if (!decoder.decodeFixedLengthData(reinterpret_cast<uint8_t*>(buffer), length * sizeof(CharacterType), alignof(CharacterType)))
H A DArgumentDecoder.h48 bool decodeFixedLengthData(uint8_t*, size_t, unsigned alignment);
H A DArgumentDecoder.cpp102 bool ArgumentDecoder::decodeFixedLengthData(uint8_t* data, size_t size, unsigned alignment) function in class:IPC::ArgumentDecoder
H A DArgumentCoders.h49 return decoder.decodeFixedLengthData(reinterpret_cast<uint8_t*>(&t), sizeof(T), alignof(T));
184 decoder.decodeFixedLengthData(reinterpret_cast<uint8_t*>(temp.data()), size * sizeof(T), alignof(T));
/macosx-10.10.1/WebKit2-7600.1.25/Shared/ios/
H A DQuickLookDocumentData.cpp77 if (!decoder.decodeFixedLengthData(buffer, size, 1)) {
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DLegacySessionStateCoding.cpp556 decodeFixedLengthData(reinterpret_cast<uint8_t*>(buffer), length * sizeof(UChar), alignof(UChar));
692 decodeFixedLengthData(reinterpret_cast<uint8_t*>(&value), sizeof(value), sizeof(value));
696 void decodeFixedLengthData(uint8_t* data, size_t size, unsigned alignment) function in class:HistoryEntryDataDecoder

Completed in 124 milliseconds