Home
last modified time | relevance | path

Searched defs:UnaryFunction (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/refwrap/
H A Dbinder_typedefs.compile.pass.cpp22 struct UnaryFunction struct
35 static_assert(std::is_same<std::reference_wrapper<int(UnaryFunction::*)()>::result_type, int>::valu… argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/algorithm/
Dfor_each.hpp34 for_each_impl(Iterator first, Iterator last, UnaryFunction fun, in for_each_impl()
52 for_each_impl(Iterator first, Iterator last, UnaryFunction fn, in for_each_impl()