Searched defs:staticoverload (Results 1 – 1 of 1) sorted by relevance
247 int K::staticoverload () { return 1; } in staticoverload() function in K248 int K::staticoverload (int x) { return x; } in staticoverload() function in K249 int K::staticoverload (int x, int y) { return x + y; } in staticoverload() function in K