Searched refs:param_needs_copy (Results 1 – 2 of 2) sorted by relevance
32 virtual bool param_needs_copy(int pos) const;53 virtual bool param_needs_copy(int pos) const override;
658 if (!method.param_needs_copy(i)) in print_method_header()1052 bool Method::param_needs_copy(int pos) const in param_needs_copy() function in Method1119 bool NoCopyMethod::param_needs_copy(int pos) const in param_needs_copy() function in NoCopyMethod1127 return Method::param_needs_copy(pos); in param_needs_copy()