Searched refs:DoNothingAndReturn (Results 1 – 2 of 2) sorted by relevance
53 createMockBaseLayer<int>(DoNothingAndReturn<int>(0), in TEST()54 DoNothingAndReturn<void>(), in TEST()60 DoNothingAndReturn<JITSymbol>(nullptr)); in TEST()
160 class DoNothingAndReturn {162 DoNothingAndReturn(ReturnT Val) : Val(Val) {} in DoNothingAndReturn() function171 class DoNothingAndReturn<void> {