Searched refs:param_needs_copy (Results 1 – 2 of 2) sorted by relevance
36 virtual bool param_needs_copy(int pos) const;82 virtual bool param_needs_copy(int pos) const override;
658 if (!method.param_needs_copy(i)) in print_method_header()1162 bool Method::param_needs_copy(int pos) const in param_needs_copy() function in Method1229 bool NoCopyMethod::param_needs_copy(int pos) const in param_needs_copy() function in NoCopyMethod1237 return Method::param_needs_copy(pos); in param_needs_copy()