Searched defs:TestOverload (Results 1 – 2 of 2) sorted by relevance
1323 int TestOverload(int) { // Overload fails. in TestOverload() function1326 uint8_t TestOverload(uint8_t) { // Overload fails. in TestOverload() function1329 size_t TestOverload(size_t) { // Overload succeeds. in TestOverload() function
1413 int TestOverload(int) { // Overload fails. in TestOverload() function1416 uint8_t TestOverload(uint8_t) { // Overload fails. in TestOverload() function1419 size_t TestOverload(size_t) { // Overload succeeds. in TestOverload() function