Home
last modified time | relevance | path

Searched refs:FuncT (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dthreadex.hxx53 template <typename FuncT, typename ResultT>
57 static ResultT exec( FuncT const& func ) in exec()
68 explicit GenericSolarThreadExecutor( FuncT const& func ) in GenericSolarThreadExecutor()
85 FuncT const m_func;
92 template <typename FuncT>
96 static void exec( FuncT const& func ) in exec()
106 explicit GenericSolarThreadExecutor( FuncT const& func ) in GenericSolarThreadExecutor()
120 FuncT const m_func;
162 template <typename FuncT>
163 inline auto syncExecute(FuncT const& func) -> decltype(func()) in syncExecute()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dthreadex.hxx53 template <typename FuncT, typename ResultT>
57 static ResultT exec( FuncT const& func ) in exec()
68 explicit GenericSolarThreadExecutor( FuncT const& func ) in GenericSolarThreadExecutor()
85 FuncT const m_func;
92 template <typename FuncT>
96 static void exec( FuncT const& func ) in exec()
106 explicit GenericSolarThreadExecutor( FuncT const& func ) in GenericSolarThreadExecutor()
120 FuncT const m_func;
162 template <typename FuncT>
163 inline auto syncExecute(FuncT const& func) -> decltype(func()) in syncExecute()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/IR/
H A DThreading.h35 template <typename IteratorT, typename FuncT>
94 template <typename RangeT, typename FuncT>
96 FuncT &&func) { in failableParallelForEach()
98 std::forward<FuncT>(func)); in failableParallelForEach()
109 template <typename FuncT>
121 template <typename IteratorT, typename FuncT>
123 FuncT &&func) { in parallelForEach()
134 template <typename RangeT, typename FuncT>
137 std::forward<FuncT>(func)); in parallelForEach()
145 template <typename FuncT>
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DThreading.h35 template <typename IteratorT, typename FuncT>
94 template <typename RangeT, typename FuncT>
96 FuncT &&func) { in failableParallelForEach()
98 std::forward<FuncT>(func)); in failableParallelForEach()
109 template <typename FuncT>
121 template <typename IteratorT, typename FuncT>
123 FuncT &&func) { in parallelForEach()
134 template <typename RangeT, typename FuncT>
137 std::forward<FuncT>(func)); in parallelForEach()
145 template <typename FuncT>
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DThreading.h35 template <typename IteratorT, typename FuncT>
94 template <typename RangeT, typename FuncT>
96 FuncT &&func) { in failableParallelForEach()
98 std::forward<FuncT>(func)); in failableParallelForEach()
109 template <typename FuncT>
121 template <typename IteratorT, typename FuncT>
123 FuncT &&func) { in parallelForEach()
134 template <typename RangeT, typename FuncT>
137 std::forward<FuncT>(func)); in parallelForEach()
145 template <typename FuncT>
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DThreading.h35 template <typename IteratorT, typename FuncT>
94 template <typename RangeT, typename FuncT>
96 FuncT &&func) { in failableParallelForEach()
98 std::forward<FuncT>(func)); in failableParallelForEach()
109 template <typename FuncT>
121 template <typename IteratorT, typename FuncT>
123 FuncT &&func) { in parallelForEach()
134 template <typename RangeT, typename FuncT>
137 std::forward<FuncT>(func)); in parallelForEach()
145 template <typename FuncT>
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/inc/
H A Dlistenercontainer.hxx44 template<typename FuncT> static bool apply( in apply()
45 FuncT func, in apply()
54 template<typename FuncT> static bool apply( in apply()
55 FuncT func, in apply()
67 typename FuncT >
80 typename FuncT >
82 FuncT func ) in notifyAllListeners()
112 typename FuncT >
128 typename FuncT >
336 template< typename FuncT > bool apply( FuncT func ) const in apply()
[all …]
H A Ddelayevent.hxx35 template <typename FuncT>
36 Delay( FuncT const& func, in Delay()
77 template <typename FuncT>
78 inline EventSharedPtr makeDelay_( FuncT const& func, double nTimeout, OUString const& rsDescription… in makeDelay_()
90 template <typename FuncT>
91 inline EventSharedPtr makeEvent_( FuncT const& func, OUString const& rsDescription) in makeEvent_()
104 template <typename FuncT>
105 Delay_( FuncT const& func, double nTimeout, in Delay_()
117 template <typename FuncT>
119 FuncT const& func, double nTimeout, in makeDelay_()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/inc/
H A Dlistenercontainer.hxx45 template<typename FuncT> static bool apply( in apply()
46 FuncT func, in apply()
55 template<typename FuncT> static bool apply( in apply()
56 FuncT func, in apply()
68 typename FuncT >
81 typename FuncT >
83 FuncT func ) in notifyAllListeners()
113 typename FuncT >
129 typename FuncT >
337 template< typename FuncT > bool apply( FuncT func ) const in apply()
[all …]
H A Ddelayevent.hxx36 template <typename FuncT>
37 Delay( FuncT const& func, in Delay()
78 template <typename FuncT>
79 inline EventSharedPtr makeDelay_( FuncT const& func, double nTimeout, OUString const& rsDescription… in makeDelay_()
91 template <typename FuncT>
92 inline EventSharedPtr makeEvent_( FuncT const& func, OUString const& rsDescription) in makeEvent_()
105 template <typename FuncT>
106 Delay_( FuncT const& func, double nTimeout, in Delay_()
118 template <typename FuncT>
120 FuncT const& func, double nTimeout, in makeDelay_()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/utils/
H A Dtuples.h9 template <std::size_t I = 0, typename FuncT, typename... Tp>
10 …e typename std::enable_if<I == sizeof...(Tp), void>::type for_each(const std::tuple<Tp...>&, FuncT) in for_each() argument
13 template <std::size_t I = 0, typename FuncT, typename... Tp>
14 …ypename std::enable_if < I<sizeof...(Tp), void>::type for_each(const std::tuple<Tp...>& t, FuncT f)
17 for_each<I + 1, FuncT, Tp...>(t, f);
20 template <std::size_t I = 0, typename FuncT, typename... Tp>
21 inline typename std::enable_if<I == sizeof...(Tp), void>::type for_each(std::tuple<Tp...>&&, FuncT) in for_each() argument
24 template <std::size_t I = 0, typename FuncT, typename... Tp>
25 inline typename std::enable_if < I<sizeof...(Tp), void>::type for_each(std::tuple<Tp...>&& t, FuncT
28 for_each<I + 1, FuncT, Tp...>(std::move(t), f);
/dports/misc/openvdb/openvdb-9.0.0/nanovdb/nanovdb/util/
H A DForEach.h39 template <typename RangeT, typename FuncT>
40 inline void forEach(RangeT range, const FuncT &func) in forEach()
66 template <typename FuncT>
67 inline void forEach(size_t begin, size_t end, size_t grainSize, const FuncT& func) in forEach()
73 template <template<typename...> class ContainerT, typename... T, typename FuncT>
74 inline void forEach(const ContainerT<T...> &c, const FuncT& func) in forEach()
80 template <template<typename...> class ContainerT, typename... T, typename FuncT>
81 inline void forEach(const ContainerT<T...> &c, size_t grainSize, const FuncT& func) in forEach()
H A DReduce.h40 template <typename RangeT, typename T, typename FuncT, typename JoinT>
41 inline T reduce(RangeT range, const T& identity, const FuncT &func, const JoinT &join) in reduce()
75 template <typename T, typename FuncT, typename JoinT >
76 inline T reduce(size_t begin, size_t end, size_t grainSize, const T& identity, const FuncT& func, c… in reduce()
83 template <template<typename...> class ContainerT, typename... ArgT, typename T, typename FuncT, typ…
84 inline T reduce(const ContainerT<ArgT...> &c, const T& identity, const FuncT& func, const JoinT& jo… in reduce()
92 template <template<typename...> class ContainerT, typename... ArgT, typename T, typename FuncT, typ…
93 inline T reduce(const ContainerT<ArgT...> &c, size_t grainSize, const T& identity, const FuncT& fun… in reduce()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus-emitter/src/
H A Dscript_emitter.rs4 pub struct ScriptEmitter<'a, FuncT, FuncF, StmtT, StmtF>
6 FuncF: Fn(&mut AstEmitter, &FuncT) -> Result<(), EmitError>,
9 pub top_level_functions: std::slice::Iter<'a, FuncT>,
15 impl<'a, FuncT, FuncF, StmtT, StmtF> ScriptEmitter<'a, FuncT, FuncF, StmtT, StmtF>
17 FuncF: Fn(&mut AstEmitter, &FuncT) -> Result<(), EmitError>,
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus-emitter/src/
H A Dblock_emitter.rs5 pub struct BlockEmitter<'a, FuncT, FuncF, StmtT, StmtF>
7 FuncF: Fn(&mut AstEmitter, &FuncT) -> Result<(), EmitError>,
11 pub functions: std::slice::Iter<'a, FuncT>,
17 impl<'a, FuncT, FuncF, StmtT, StmtF> BlockEmitter<'a, FuncT, FuncF, StmtT, StmtF>
19 FuncF: Fn(&mut AstEmitter, &FuncT) -> Result<(), EmitError>,
H A Dscript_emitter.rs4 pub struct ScriptEmitter<'a, FuncT, FuncF, StmtT, StmtF>
6 FuncF: Fn(&mut AstEmitter, &FuncT) -> Result<(), EmitError>,
9 pub top_level_functions: std::slice::Iter<'a, FuncT>,
15 impl<'a, FuncT, FuncF, StmtT, StmtF> ScriptEmitter<'a, FuncT, FuncF, StmtT, StmtF>
17 FuncF: Fn(&mut AstEmitter, &FuncT) -> Result<(), EmitError>,
/dports/graphics/waifu2x-converter-cpp/waifu2x-converter-cpp-5.3.4/src/
H A DthreadPool.hpp59 template<typename FuncT>
62 FuncT f;
63 ThreadFunc(FuncT const &f) : f(f) {} in ThreadFunc()
75 template <typename FuncT> void
76 startFunc(ThreadPool *p, FuncT const &f) in startFunc()
78 ThreadFuncBase *fb = new ThreadFunc<FuncT>(f); in startFunc()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus-emitter/src/
H A Dscript_emitter.rs4 pub struct ScriptEmitter<'a, FuncT, FuncF, StmtT, StmtF>
6 FuncF: Fn(&mut AstEmitter, &FuncT) -> Result<(), EmitError>,
9 pub top_level_functions: std::slice::Iter<'a, FuncT>,
15 impl<'a, FuncT, FuncF, StmtT, StmtF> ScriptEmitter<'a, FuncT, FuncF, StmtT, StmtF>
17 FuncF: Fn(&mut AstEmitter, &FuncT) -> Result<(), EmitError>,
H A Dblock_emitter.rs5 pub struct BlockEmitter<'a, FuncT, FuncF, StmtT, StmtF>
7 FuncF: Fn(&mut AstEmitter, &FuncT) -> Result<(), EmitError>,
11 pub functions: std::slice::Iter<'a, FuncT>,
17 impl<'a, FuncT, FuncF, StmtT, StmtF> BlockEmitter<'a, FuncT, FuncF, StmtT, StmtF>
19 FuncF: Fn(&mut AstEmitter, &FuncT) -> Result<(), EmitError>,
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus-emitter/src/
H A Dscript_emitter.rs4 pub struct ScriptEmitter<'a, FuncT, FuncF, StmtT, StmtF>
6 FuncF: Fn(&mut AstEmitter, &FuncT) -> Result<(), EmitError>,
9 pub top_level_functions: std::slice::Iter<'a, FuncT>,
15 impl<'a, FuncT, FuncF, StmtT, StmtF> ScriptEmitter<'a, FuncT, FuncF, StmtT, StmtF>
17 FuncF: Fn(&mut AstEmitter, &FuncT) -> Result<(), EmitError>,
H A Dblock_emitter.rs5 pub struct BlockEmitter<'a, FuncT, FuncF, StmtT, StmtF>
7 FuncF: Fn(&mut AstEmitter, &FuncT) -> Result<(), EmitError>,
11 pub functions: std::slice::Iter<'a, FuncT>,
17 impl<'a, FuncT, FuncF, StmtT, StmtF> BlockEmitter<'a, FuncT, FuncF, StmtT, StmtF>
19 FuncF: Fn(&mut AstEmitter, &FuncT) -> Result<(), EmitError>,
/dports/devel/gammaray/GammaRay-2.11.3/core/
H A Dvarianthandler.h48 typename FuncT> struct ConverterImpl : public Converter<RetT>
50 explicit inline ConverterImpl(FuncT converter) in ConverterImpl()
60 FuncT f;
100 template<typename T, typename FuncT>
101 inline void registerStringConverter(FuncT f) in registerStringConverter()
103 Converter<QString> *converter = new ConverterImpl<QString, T, FuncT>(f); in registerStringConverter()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/platform/
H A Dshared_library.h81 template <typename FuncT>
82 StatusWith<FuncT> getFunctionAs(StringData name) { in getFunctionAs()
86 return StatusWith<FuncT>(s.getStatus()); in getFunctionAs()
89 return StatusWith<FuncT>(reinterpret_cast<FuncT>(s.getValue())); in getFunctionAs()
/dports/devel/nextpnr/nextpnr-48cd407/common/
H A Dpywrappers.h147 template <typename Class, typename FuncT, FuncT fn, typename rv_conv> struct fn_wrapper_0a
167 template <typename Class, typename FuncT, FuncT fn, typename rv_conv, typename arg1_conv> struct fn…
188 template <typename Class, typename FuncT, FuncT fn, typename rv_conv, typename arg1_conv, typename …
211 template <typename Class, typename FuncT, FuncT fn, typename rv_conv, typename arg1_conv, typename …
237 template <typename Class, typename FuncT, FuncT fn> struct fn_wrapper_0a_v
251 template <typename Class, typename FuncT, FuncT fn, typename arg1_conv> struct fn_wrapper_1a_v
273 template <typename Class, typename FuncT, FuncT fn, typename arg1_conv, typename arg2_conv> struct …
295 template <typename Class, typename FuncT, FuncT fn, typename arg1_conv, typename arg2_conv, typenam…
319 template <typename Class, typename FuncT, FuncT fn, typename arg1_conv, typename arg2_conv, typenam…
347 template <typename Class, typename FuncT, FuncT fn, typename arg1_conv, typename arg2_conv, typenam…
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/ext/
H A Dtmplattr10.C12 template <typename FuncT>
33 template <typename FuncT>
34 auto wrap(FuncT f) -> typename FuncResult<FuncT>::type

12345678910>>...12