Home
last modified time | relevance | path

Searched refs:NotCallable (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/utils/tests/
Dinplace_function_tests.cpp411 struct NotCallable {}; struct
413 void operator()(NotCallable) {} in operator ()()
416 NotCallable operator()(size_t) { return NotCallable{}; } in operator ()()
425 static_assert(Convertible<NotCallable, InPlaceFunction<size_t(), 40>, false>);
437 Convertible<InPlaceFunction<size_t(), 32>, InPlaceFunction<NotCallable(), 40>, false>);