Searched refs:PlusTwo (Results 1 – 1 of 1) sorted by relevance
1148 ACTION(PlusTwo) { return arg0 + 2; } in ACTION() argument1151 Action<int(int)> a1 = PlusTwo(); in TEST()1154 Action<double(float, void*)> a2 = PlusTwo(); in TEST()