Searched refs:_Callable (Results 1 – 4 of 4) sorted by relevance
/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/tensorflow/tensorflow/python/client/ |
D | session.py | 1415 class _Callable(object): class in BaseSession 1472 return BaseSession._Callable(self, callable_options)
|