Searched defs:overloaded_method (Results 1 – 2 of 2) sorted by relevance
18 int overloaded_method() {} in overloaded_method() function 19 int overloaded_method(char c) {} in overloaded_method() function 20 int overloaded_method(char c, int i, ...) {} in overloaded_method() function [all...]
41 int overloaded_method() { in overloaded_method() function45 virtual int overloaded_method(char c) { in overloaded_method() function49 static int overloaded_method(char c, int i, ...) { in overloaded_method() function