Searched defs:ArgumentDecoder (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DArgumentDecoder.cpp27 #include "ArgumentDecoder.h"
34 ArgumentDecoder::ArgumentDecoder(const uint8_t* buffer, size_t bufferSize) function in class:CoreIPC::ArgumentDecoder
39 ArgumentDecoder::ArgumentDecoder(const uint8_t* buffer, size_t bufferSize, Deque<Attachment>& attachments) function in class:CoreIPC::ArgumentDecoder
46 ArgumentDecoder::~ArgumentDecoder()
59 void ArgumentDecoder::initialize(const uint8_t* buffer, size_t bufferSize)
77 bool ArgumentDecoder::alignBufferPosition(unsigned alignment, size_t size)
90 bool ArgumentDecoder
[all...]
H A DArgumentDecoder.h39 class ArgumentDecoder { class in namespace:CoreIPC
41 ArgumentDecoder(const uint8_t* buffer, size_t bufferSize);
42 ArgumentDecoder(const uint8_t* buffer, size_t bufferSize, Deque<Attachment>&);
43 ~ArgumentDecoder();
53 // The data in the data reference here will only be valid for the lifetime of the ArgumentDecoder object.
107 ArgumentDecoder(const ArgumentDecoder*);
108 ArgumentDecoder* operator=(const ArgumentDecoder*);
124 template<> inline bool ArgumentDecoder
[all...]

Completed in 255 milliseconds