Home
last modified time | relevance | path

Searched defs:function_type (Results 1 – 25 of 86) sorted by relevance

1234

/third_party/boost/libs/hana/example/misc/
Drestricted_function.cpp35 struct function_type { struct
50 constexpr auto operator==(function_type<F...> f, function_type<G...> g) in operator ==() argument
/third_party/boost/boost/proto/detail/preprocessed/
Dpoly_function_traits.hpp12 typedef typename PolyFun::template impl<const A0> function_type; typedef
36 typedef typename PolyFun::template impl<const A0 , const A1> function_type; typedef
60 typedef typename PolyFun::template impl<const A0 , const A1 , const A2> function_type; typedef
84 … typedef typename PolyFun::template impl<const A0 , const A1 , const A2 , const A3> function_type; typedef
108 …ypename PolyFun::template impl<const A0 , const A1 , const A2 , const A3 , const A4> function_type; typedef
132 …yFun::template impl<const A0 , const A1 , const A2 , const A3 , const A4 , const A5> function_type; typedef
156 …ate impl<const A0 , const A1 , const A2 , const A3 , const A4 , const A5 , const A6> function_type; typedef
180 …nst A0 , const A1 , const A2 , const A3 , const A4 , const A5 , const A6 , const A7> function_type; typedef
204 …nst A1 , const A2 , const A3 , const A4 , const A5 , const A6 , const A7 , const A8> function_type; typedef
228 …nst A2 , const A3 , const A4 , const A5 , const A6 , const A7 , const A8 , const A9> function_type; typedef
/third_party/boost/boost/proto/context/detail/preprocessed/
Ddefault_eval.hpp15 function_type; typedef
49 function_type; typedef
83 function_type; typedef
117 function_type; typedef
151 function_type; typedef
185 function_type; typedef
219 function_type; typedef
253 function_type; typedef
/third_party/boost/libs/asio/include/boost/asio/impl/
Dthread_pool.hpp106 typedef typename decay<Function>::type function_type; in do_execute() typedef
186 typedef typename decay<Function>::type function_type; in do_execute() typedef
201 typedef typename decay<Function>::type function_type; in do_bulk_execute() typedef
287 typedef typename decay<Function>::type function_type; in dispatch() typedef
317 typedef typename decay<Function>::type function_type; in post() typedef
336 typedef typename decay<Function>::type function_type; in defer() typedef
Dsystem_executor.hpp100 typedef typename decay<Function>::type function_type; in do_execute() typedef
144 typedef typename decay<Function>::type function_type; in post() typedef
165 typedef typename decay<Function>::type function_type; in defer() typedef
Dio_context.hpp274 typedef typename decay<Function>::type function_type; in execute() typedef
345 typedef typename decay<Function>::type function_type; in dispatch() typedef
376 typedef typename decay<Function>::type function_type; in post() typedef
396 typedef typename decay<Function>::type function_type; in defer() typedef
/third_party/boost/boost/asio/impl/
Dthread_pool.hpp106 typedef typename decay<Function>::type function_type; in do_execute() typedef
186 typedef typename decay<Function>::type function_type; in do_execute() typedef
201 typedef typename decay<Function>::type function_type; in do_bulk_execute() typedef
287 typedef typename decay<Function>::type function_type; in dispatch() typedef
317 typedef typename decay<Function>::type function_type; in post() typedef
336 typedef typename decay<Function>::type function_type; in defer() typedef
Dsystem_executor.hpp100 typedef typename decay<Function>::type function_type; in do_execute() typedef
144 typedef typename decay<Function>::type function_type; in post() typedef
165 typedef typename decay<Function>::type function_type; in defer() typedef
Dio_context.hpp274 typedef typename decay<Function>::type function_type; in execute() typedef
345 typedef typename decay<Function>::type function_type; in dispatch() typedef
376 typedef typename decay<Function>::type function_type; in post() typedef
396 typedef typename decay<Function>::type function_type; in defer() typedef
/third_party/boost/boost/functional/overloaded_function/detail/
Dfunction_type.hpp62 struct function_type { struct
79 ::type type;
/third_party/boost/boost/log/attributes/
Dfunction.hpp130 typedef function< result_type > function_type; in make_function() typedef
156 typedef function< result_type > function_type; in make_function() typedef
/third_party/boost/boost/
Dfunctional.hpp73 typedef Operation function_type; typedef
82 typedef R (*function_type)(A); typedef
94 typedef Operation function_type; typedef
104 typedef R (*function_type)(A1,A2); typedef
115 typedef typename detail::unary_traits_imp<Operation*>::function_type function_type; typedef
124 typedef R (*function_type)(A); typedef
133 typedef typename detail::binary_traits_imp<Operation*>::function_type function_type; typedef
143 typedef R (*function_type)(A1,A2); typedef
158 typedef Operation function_type; typedef
167 typedef Operation function_type; typedef
/third_party/boost/boost/function_types/
Dfunction_type.hpp19 template<typename Types, typename Tag = null_tag> struct function_type struct
/third_party/boost/boost/signals2/
Dvariadic_signal.hpp38 typedef boost::function<R (const boost::signals2::connection &, Args...)> function_type; typedef in boost::signals2::detail::variadic_extended_signature
/third_party/boost/boost/asio/detail/impl/
Dstrand_executor_service.hpp228 typedef typename decay<Function>::type function_type; in do_execute() typedef
264 typedef typename decay<Function>::type function_type; in dispatch() typedef
301 typedef typename decay<Function>::type function_type; in post() typedef
327 typedef typename decay<Function>::type function_type; in defer() typedef
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Dstrand_executor_service.hpp228 typedef typename decay<Function>::type function_type; in do_execute() typedef
264 typedef typename decay<Function>::type function_type; in dispatch() typedef
301 typedef typename decay<Function>::type function_type; in post() typedef
327 typedef typename decay<Function>::type function_type; in defer() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_function.cpp58 const auto function_type = _.FindDef(function_type_id); in ValidateFunction() local
128 const auto function_type = _.FindDef(function_type_id); in ValidateFunctionParameter() local
245 const auto function_type = _.FindDef(function_type_id); in ValidateFunctionCall() local
/third_party/spirv-tools/source/val/
Dvalidate_function.cpp58 const auto function_type = _.FindDef(function_type_id); in ValidateFunction() local
128 const auto function_type = _.FindDef(function_type_id); in ValidateFunctionParameter() local
245 const auto function_type = _.FindDef(function_type_id); in ValidateFunctionCall() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_function.cpp58 const auto function_type = _.FindDef(function_type_id); in ValidateFunction() local
128 const auto function_type = _.FindDef(function_type_id); in ValidateFunctionParameter() local
245 const auto function_type = _.FindDef(function_type_id); in ValidateFunctionCall() local
/third_party/boost/boost/callable_traits/
Dfunction_type.hpp46 struct function_type : detail::function_type_impl<T> {}; struct
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_permute_function_parameters.cpp50 auto* function_type = in Apply() local
/third_party/boost/boost/log/expressions/formatters/
Dwrap_formatter.hpp62 typedef FunT function_type; typedef in boost::expressions::aux::wrapped_formatter_output_terminal
173 typedef FunT function_type; typedef in boost::expressions::wrapped_formatter_terminal
232 typedef FunT function_type; typedef in boost::expressions::wrapped_formatter_actor
/third_party/boost/boost/proto/transform/detail/preprocessed/
Ddefault_function_impl.hpp16 function_type; typedef
64 function_type; typedef
112 function_type; typedef
160 function_type; typedef
208 function_type; typedef
256 function_type; typedef
304 function_type; typedef
352 function_type; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_permute_function_parameters.cpp51 auto* function_type = in Apply() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_permute_function_parameters.cpp51 auto* function_type = in Apply() local

1234