Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-internal-inl.h295 void ForEach(const Container& c, Functor functor) { in ForEach() argument
296 std::for_each(c.begin(), c.end(), functor); in ForEach()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dfunctional37 : public unary_function<T1, R> // if wrapping a unary functor
38 : public binary_function<T1, T2, R> // if wraping a binary functor