Searched refs:method00 (Results 1 – 3 of 3) 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
22 inline int g() { return N00::S00('a').method00('b') + (int)S00(42) + function00(42); } in g()
131 int f() { return N01::S00('a').method00('b') + (int)N00::S00(42) + function00(42) + g(); } in f()