Home
last modified time | relevance | path

Searched defs:Arguments1 (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebKit2/Platform/CoreIPC/
DArguments.h58 template<typename T1> struct Arguments1 { struct
59 …typedef Arguments1<typename WTF::RemoveConst<typename WTF::RemoveReference<T1>::Type>::Type> Value… argument
61 Arguments1() in Arguments1() function
65 Arguments1(T1 t1) in Arguments1() argument
75 static bool decode(ArgumentDecoder* decoder, Arguments1& result) in decode() argument
83 template<typename T1> Arguments1<const T1&> In(const T1& t1) in In() argument