Searched refs:functor (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/include/CL/
H A Dcl.hpp7602 functionImplementation_(const FunctorType &functor) : argument
7603 functor_(functor)
7613 //! \brief Return type of the functor
7616 //! \brief Function signature of kernel functor with no event dependency.
7828 functionImplementation_(const FunctorType &functor) : argument
7829 functor_(functor)
7839 //! \brief Return type of the functor
7842 //! \brief Function signature of kernel functor with no event dependency.
8050 functionImplementation_(const FunctorType &functor) : argument
8051 functor_(functor)
8268 functionImplementation_(const FunctorType & functor) argument
8482 functionImplementation_(const FunctorType & functor) argument
8692 functionImplementation_(const FunctorType & functor) argument
8898 functionImplementation_(const FunctorType & functor) argument
9100 functionImplementation_(const FunctorType & functor) argument
9298 functionImplementation_(const FunctorType & functor) argument
9492 functionImplementation_(const FunctorType & functor) argument
9682 functionImplementation_(const FunctorType & functor) argument
9868 functionImplementation_(const FunctorType & functor) argument
10050 functionImplementation_(const FunctorType & functor) argument
10228 functionImplementation_(const FunctorType & functor) argument
10402 functionImplementation_(const FunctorType & functor) argument
10572 functionImplementation_(const FunctorType & functor) argument
10738 functionImplementation_(const FunctorType & functor) argument
10900 functionImplementation_(const FunctorType & functor) argument
11058 functionImplementation_(const FunctorType & functor) argument
11212 functionImplementation_(const FunctorType & functor) argument
11362 functionImplementation_(const FunctorType & functor) argument
11508 functionImplementation_(const FunctorType & functor) argument
11650 functionImplementation_(const FunctorType & functor) argument
11788 functionImplementation_(const FunctorType & functor) argument
11922 functionImplementation_(const FunctorType & functor) argument
12052 functionImplementation_(const FunctorType & functor) argument
12178 functionImplementation_(const FunctorType & functor) argument
12300 functionImplementation_(const FunctorType & functor) argument
12418 functionImplementation_(const FunctorType & functor) argument
12532 functionImplementation_(const FunctorType & functor) argument
12642 functionImplementation_(const FunctorType & functor) argument
12748 functionImplementation_(const FunctorType & functor) argument
[all...]
/xsrc/external/mit/MesaLib/dist/include/CL/
H A Dcl.hpp7602 functionImplementation_(const FunctorType &functor) : argument
7603 functor_(functor)
7613 //! \brief Return type of the functor
7616 //! \brief Function signature of kernel functor with no event dependency.
7828 functionImplementation_(const FunctorType &functor) : argument
7829 functor_(functor)
7839 //! \brief Return type of the functor
7842 //! \brief Function signature of kernel functor with no event dependency.
8050 functionImplementation_(const FunctorType &functor) : argument
8051 functor_(functor)
8268 functionImplementation_(const FunctorType & functor) argument
8482 functionImplementation_(const FunctorType & functor) argument
8692 functionImplementation_(const FunctorType & functor) argument
8898 functionImplementation_(const FunctorType & functor) argument
9100 functionImplementation_(const FunctorType & functor) argument
9298 functionImplementation_(const FunctorType & functor) argument
9492 functionImplementation_(const FunctorType & functor) argument
9682 functionImplementation_(const FunctorType & functor) argument
9868 functionImplementation_(const FunctorType & functor) argument
10050 functionImplementation_(const FunctorType & functor) argument
10228 functionImplementation_(const FunctorType & functor) argument
10402 functionImplementation_(const FunctorType & functor) argument
10572 functionImplementation_(const FunctorType & functor) argument
10738 functionImplementation_(const FunctorType & functor) argument
10900 functionImplementation_(const FunctorType & functor) argument
11058 functionImplementation_(const FunctorType & functor) argument
11212 functionImplementation_(const FunctorType & functor) argument
11362 functionImplementation_(const FunctorType & functor) argument
11508 functionImplementation_(const FunctorType & functor) argument
11650 functionImplementation_(const FunctorType & functor) argument
11788 functionImplementation_(const FunctorType & functor) argument
11922 functionImplementation_(const FunctorType & functor) argument
12052 functionImplementation_(const FunctorType & functor) argument
12178 functionImplementation_(const FunctorType & functor) argument
12300 functionImplementation_(const FunctorType & functor) argument
12418 functionImplementation_(const FunctorType & functor) argument
12532 functionImplementation_(const FunctorType & functor) argument
12642 functionImplementation_(const FunctorType & functor) argument
12748 functionImplementation_(const FunctorType & functor) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-internal-inl.h294 // Applies a function/functor to each element in the container.
296 void ForEach(const Container& c, Functor functor) { argument
297 std::for_each(c.begin(), c.end(), functor);
338 // functor.
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-internal-inl.h291 // Applies a function/functor to each element in the container.
293 void ForEach(const Container& c, Functor functor) { argument
294 std::for_each(c.begin(), c.end(), functor);
339 // functor.

Completed in 28 milliseconds