Home
last modified time | relevance | path

Searched defs:impl_type (Results 1 – 24 of 24) sorted by relevance

/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/detail/
Dnullary_function.hpp39 struct impl_type: impl_base struct in boost::detail::nullary_function
41 F f;
43 impl_type(F &f_) in impl_type() argument
47 impl_type(BOOST_THREAD_RV_REF(F) f_) in impl_type() argument
51 void call() in call()
146 struct impl_type: impl_base struct in boost::detail::nullary_function
148 F f;
150 impl_type(F &f_) in impl_type() argument
154 impl_type(BOOST_THREAD_RV_REF(F) f_) in impl_type() argument
158 R call() in call()
Dfunction_wrapper.hpp38 struct impl_type: impl_base struct in boost::detail::function_wrapper
40 F f;
41 impl_type(F const &f_) in impl_type() argument
44 impl_type(BOOST_THREAD_RV_REF(F) f_) in impl_type() argument
48 void call() in call()
/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/
Dtime_resolution_traits.hpp33 typedef boost::int32_t impl_type; typedef
41 typedef boost::date_time::int_adapter<boost::int32_t> impl_type; typedef
49 typedef boost::int64_t impl_type; typedef
57 typedef boost::date_time::int_adapter<boost::int64_t> impl_type; typedef
99 typedef typename frac_sec_type::impl_type impl_type; typedef in boost::date_time::time_resolution_traits
Ddate_duration.hpp127 typedef long impl_type; typedef
137 typedef boost::date_time::int_adapter<long> impl_type; typedef
Dtime_duration.hpp57 typedef typename rep_type::impl_type impl_type; typedef in boost::date_time::time_duration
284 typedef typename base_duration::impl_type impl_type; typedef in boost::date_time::subsecond_duration
Dtime_system_counted.hpp28 typedef typename config::impl_type impl_type; typedef
130 typedef typename time_rep_type::impl_type impl_type; typedef in boost::date_time::counted_time_system
/external/sdv/vsomeip/third_party/boost/type_index/include/boost/type_index/runtime_cast/
Dreference_cast.hpp41 typedef typename boost::remove_reference<T>::type impl_type; in runtime_cast() typedef
56 typedef typename boost::remove_reference<T>::type impl_type; in runtime_cast() typedef
Dpointer_cast.hpp33 typedef typename boost::remove_pointer<T>::type impl_type; in runtime_cast() typedef
44 typedef typename boost::remove_pointer<T>::type impl_type; in runtime_cast() typedef
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/services/
Dlogger_service.hpp42 typedef logger_impl* impl_type; typedef in services::logger_service
93 void use_file(impl_type& /*impl*/, const std::string& file) in use_file() argument
Dbasic_logger.hpp31 typedef typename service_type::impl_type impl_type; typedef in services::basic_logger
/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/
Dseq_index_ops.hpp84 typedef typename Node::impl_type impl_type; in sequenced_index_collate() typedef
131 typedef typename Node::impl_type impl_type; in sequenced_index_sort() typedef
Dseq_index_node.hpp146 > impl_type; typedef
156 typedef typename trampoline::impl_type impl_type; typedef
Drnd_index_node.hpp190 > impl_type; typedef
201 typedef typename trampoline::impl_type impl_type; typedef
Dord_index_node.hpp595 > impl_type; typedef
606 typedef typename trampoline::impl_type impl_type; typedef
Dhash_index_node.hpp700 typedef hashed_index_node_impl<impl_allocator_type> impl_type; typedef
711 typedef typename trampoline::impl_type impl_type; typedef
/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/posix_time/
Dposix_time_config.hpp55 typedef time_res_traits::impl_type impl_type; typedef in boost::posix_time::time_duration
150 typedef time_res_traits::impl_type impl_type; typedef in boost::posix_time::millisec_posix_time_system_config
/external/parameter-framework/asio-1.10.6/include/asio/
Dio_service.hpp177 typedef detail::io_service_impl impl_type; typedef in asio::io_service
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dexecutor_function.hpp39 typedef impl<F, Alloc> impl_type; in executor_function() typedef
/external/crosvm/media/libvda/src/decode/
Dvda_instance.rs38 let impl_type = match typ { in new() localVariable
/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/detail/
Dshared_count.hpp247 typedef sp_counted_impl_pda<P, D, A> impl_type; in shared_count() typedef
304 typedef sp_counted_impl_pda< P, D, A > impl_type; in shared_count() typedef
/external/crosvm/media/libvda/src/encode/
Dvea_instance.rs34 let impl_type = match typ { in new() localVariable
/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/support/detail/
Dsegmented_fold_until_impl.hpp73 typedef result_of::make_segmented_iterator<Cur, Context> impl_type; in make_segmented_iterator() typedef
/external/pytorch/aten/src/ATen/
DNestedTensorImpl.cpp224 c10::TensorImpl::ImplType impl_type, in NestedTensorImpl()
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dio_context.hpp216 typedef detail::io_context_impl impl_type; typedef in boost::asio::io_context