Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/classic/utility/
Dfunctor_parser.hpp36 functor_parser(FunctorT const& functor_): functor(functor_) {} in functor_parser()
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl.hpp7593 FunctorType functor_; member
7596 functor_(functor) in functionImplementation_()
7680 return functor_( in operator ()()
7819 FunctorType functor_; member
7822 functor_(functor) in functionImplementation_()
7904 return functor_( in operator ()()
8041 FunctorType functor_; member
8044 functor_(functor) in functionImplementation_()
8124 return functor_( in operator ()()
8259 FunctorType functor_; member
[all …]
Dcl2.hpp9455 FunctorType functor_; member
9461 functor_(FunctorType(program, name, err)) in make_kernel()
9466 functor_(FunctorType(kernel)) in make_kernel()
9481 return functor_( in operator ()()
/third_party/mesa3d/include/CL/
Dcl.hpp7600 FunctorType functor_; member
7603 functor_(functor) in functionImplementation_()
7687 return functor_( in operator ()()
7826 FunctorType functor_; member
7829 functor_(functor) in functionImplementation_()
7911 return functor_( in operator ()()
8048 FunctorType functor_; member
8051 functor_(functor) in functionImplementation_()
8131 return functor_( in operator ()()
8266 FunctorType functor_; member
[all …]
Dcl2.hpp10072 FunctorType functor_;
10078 functor_(FunctorType(program, name, err))
10083 functor_(FunctorType(kernel))
10098 return functor_(
/third_party/cef/include/base/internal/
Dcef_bind_internal.h128 explicit IgnoreResultHelper(T functor) : functor_(std::move(functor)) {} in IgnoreResultHelper()
129 explicit operator bool() const { return !!functor_; }
131 T functor_; member
617 std::forward<IgnoreResultType>(ignore_result_helper).functor_,
715 return RunImpl(std::move(storage->functor_),
728 return RunImpl(storage->functor_, storage->bound_args_,
821 mode, storage->functor_, storage->bound_args_,
899 Functor functor_;
914 functor_(std::forward<ForwardFunctor>(functor)),
921 CHECK(!IsNull(functor_));
[all …]