Searched refs:_Callable (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/libcxx/include/ |
D | mutex | 557 template<class _Callable, class... _Args> 559 void call_once(once_flag&, _Callable&&, _Args&&...); 563 template<class _Callable> 565 void call_once(once_flag&, _Callable&); 567 template<class _Callable> 569 void call_once(once_flag&, const _Callable&); 593 template<class _Callable, class... _Args> 595 void call_once(once_flag&, _Callable&&, _Args&&...); 597 template<class _Callable> 599 void call_once(once_flag&, _Callable&); [all …]
|
D | future | 1269 template <class _Callable> class packaged_task; 1687 template <class _Callable> class __packaged_task_function; 2129 template <class _Callable> 2132 swap(packaged_task<_Callable>& __x, packaged_task<_Callable>& __y) _NOEXCEPT 2137 template <class _Callable, class _Alloc> 2138 struct _LIBCPP_TEMPLATE_VIS uses_allocator<packaged_task<_Callable>, _Alloc>
|
D | type_traits | 3840 template <class _Callable> class result_of;
|
/external/libcxx/include/ |
D | mutex | 557 template<class _Callable, class... _Args> 559 void call_once(once_flag&, _Callable&&, _Args&&...); 563 template<class _Callable> 565 void call_once(once_flag&, _Callable&); 567 template<class _Callable> 569 void call_once(once_flag&, const _Callable&); 586 template<class _Callable, class... _Args> 588 void call_once(once_flag&, _Callable&&, _Args&&...); 590 template<class _Callable> 592 void call_once(once_flag&, _Callable&); [all …]
|
D | future | 1359 template <class _Callable> class packaged_task; 1824 template <class _Callable> class __packaged_task_function; 2261 template <class _Callable> 2264 swap(packaged_task<_Callable>& __x, packaged_task<_Callable>& __y) _NOEXCEPT 2269 template <class _Callable, class _Alloc> 2270 struct _LIBCPP_TEMPLATE_VIS uses_allocator<packaged_task<_Callable>, _Alloc>
|
D | type_traits | 2877 template <class _Callable> class result_of;
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | bugprone-forwarding-reference-overload.cpp | 133 template <class _Callable> class result_of;
|
/external/tensorflow/tensorflow/python/client/ |
D | session.py | 1460 class _Callable(object): class in BaseSession 1515 return BaseSession._Callable(self, callable_options)
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test12-pr18844.so.abi | 7075 …<typedef-decl name='_Requires<_Callable<typename decay<_Bind<void (*(_Placeholder<1…
|