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