Home | History | Annotate | Download | only in CoreIPC

Lines Matching refs:ArgumentDecoder

29 #include "ArgumentDecoder.h"
47 static bool decode(ArgumentDecoder* decoder, T& t)
60 static bool decode(ArgumentDecoder* decoder, std::pair<T, U>& pair)
86 static bool decode(ArgumentDecoder* decoder, Vector<T>& vector)
116 static bool decode(ArgumentDecoder* decoder, Vector<T>& vector)
155 static bool decode(ArgumentDecoder* decoder, Vector<uint8_t>& vector)
171 static bool decode(ArgumentDecoder* decoder, HashMapType& hashMap)
212 static bool decode(ArgumentDecoder* decoder, CString& result)
254 static bool decode(ArgumentDecoder* decoder, String& result)
288 static bool decode(ArgumentDecoder* decoder, AtomicString& atomicString)