Searched defs:Arguments1 (Results 1 – 1 of 1) sorted by relevance
58 template<typename T1> struct Arguments1 { struct59 …typedef Arguments1<typename WTF::RemoveConst<typename WTF::RemoveReference<T1>::Type>::Type> Value… argument61 Arguments1() in Arguments1() function65 Arguments1(T1 t1) in Arguments1() argument75 static bool decode(ArgumentDecoder* decoder, Arguments1& result) in decode() argument83 template<typename T1> Arguments1<const T1&> In(const T1& t1) in In() argument