Searched refs:SumOfFirst2 (Results 1 – 1 of 1) sorted by relevance
104 int SumOfFirst2(int a, int b, Unused, Unused) { return a + b; } in SumOfFirst2() function300 Action<int(int, int, double, const std::string&)> a1 = Invoke(SumOfFirst2); in TEST()305 Action<int(int, int, bool, int*)> a2 = Invoke(SumOfFirst2); in TEST()