Home
last modified time | relevance | path

Searched defs:functor (Results 1 – 3 of 3) sorted by relevance

/minix/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dinstantiate-local-class.cpp168 struct functor { in exec_func() struct
169 functor(Func f) : func(f) {} in exec_func() function
170 void operator()() const { func(); } in exec_func()
171 Func func; in exec_func()
/minix/external/bsd/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h285 void ForEach(const Container& c, Functor functor) { in ForEach()
/minix/crypto/external/bsd/netpgp/dist/bindings/python/
H A Dnetpgppython_wrap.c1132 #define SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunctionObjArgs(functor, obj, NU… argument
1134 #define SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunction(functor, "O", obj); argument