Searched defs:method00 (Results 1 – 1 of 1) sorted by relevance
20 char method00(char x) { return x + x; } in method00() function21 short method00(short x) { return x + x; } in method00() function22 int method00(int x) { return x + x; } in method00() function