Searched defs:TestCall (Results 1 – 1 of 1) sorted by relevance
59 struct TestCall { struct60 TestCall(const common::IntrinsicTypeDefaultKinds &d, in TestCall() argument63 template <typename A> TestCall &Push(A &&x) { in Push()68 template <typename A> TestCall &Push(NamedArg<A> &&x) { in Push()74 template <typename A, typename... As> TestCall &Push(A &&x, As &&...xs) { in Push()78 void Marshal() { in Marshal()89 void DoCall(std::optional<DynamicType> resultType = std::nullopt, in DoCall()138 const common::IntrinsicTypeDefaultKinds &defaults;139 const IntrinsicProcTable &table;140 CookedStrings strings;[all …]