Searched refs:TestFunctionThatTakesTwoInts (Results 1 – 1 of 1) sorted by relevance
21 int TestFunctionThatTakesTwoInts(int x, int y);24 int TestFunctionThatTakesTwoInts(int x, int y, int z);27 int TestFunctionThatTakesTwoInts(int x, int y) { in TestFunctionThatTakesTwoInts() function31 return TestFunctionThatTakesTwoInts(x - 1, y + 1); in TestFunctionThatTakesTwoInts()49 int (*function_pointer)(int, int) = &TestFunctionThatTakesTwoInts; in F()66 using blink::TestFunctionThatTakesTwoInts;69 TestFunctionThatTakesTwoInts(1, 2); in G()