Home
last modified time | relevance | path

Searched refs:impl_type (Results 1 – 25 of 91) sorted by relevance

1234

/third_party/boost/boost/multi_index/detail/
Dseq_index_ops.hpp80 BOOST_DEDUCED_TYPENAME Node::impl_type* x, in sequenced_index_collate()
81 BOOST_DEDUCED_TYPENAME Node::impl_type* y, in sequenced_index_collate()
84 typedef typename Node::impl_type impl_type; in sequenced_index_collate() typedef
95 impl_type::relink(first0,first1); in sequenced_index_collate()
100 impl_type::relink(last0,first1,last1); in sequenced_index_collate()
131 typedef typename Node::impl_type impl_type; in sequenced_index_sort() typedef
135 sizeof(impl_type), in sequenced_index_sort()
136 alignment_of<impl_type>::value in sequenced_index_sort()
139 impl_type& carry= in sequenced_index_sort()
140 *reinterpret_cast<impl_type*>(&carry_spc); in sequenced_index_sort()
[all …]
Dseq_index_node.hpp146 > impl_type; typedef
156 typedef typename trampoline::impl_type impl_type; typedef
169 static_cast<impl_type*>(static_cast<trampoline*>(this))); in impl()
175 static_cast<const impl_type*>(static_cast<const trampoline*>(this))); in impl()
183 raw_ptr<impl_type*>(x))); in from_impl()
191 raw_ptr<const impl_type*>(x))); in from_impl()
Drnd_index_node.hpp190 > impl_type; typedef
201 typedef typename trampoline::impl_type impl_type; typedef
213 static_cast<impl_type*>(static_cast<trampoline*>(this))); in impl()
219 static_cast<const impl_type*>(static_cast<const trampoline*>(this))); in impl()
227 raw_ptr<impl_type*>(x))); in from_impl()
235 raw_ptr<const impl_type*>(x))); in from_impl()
/third_party/boost/boost/date_time/
Dtime_resolution_traits.hpp33 typedef boost::int32_t impl_type; typedef
34 static BOOST_CXX14_CONSTEXPR int_type as_number(impl_type i){ return i;} in as_number()
41 typedef boost::date_time::int_adapter<boost::int32_t> impl_type; typedef
42 static BOOST_CXX14_CONSTEXPR int_type as_number(impl_type i){ return i.as_number();} in as_number()
49 typedef boost::int64_t impl_type; typedef
50 static BOOST_CXX14_CONSTEXPR int_type as_number(impl_type i){ return i;} in as_number()
57 typedef boost::date_time::int_adapter<boost::int64_t> impl_type; typedef
58 static BOOST_CXX14_CONSTEXPR int_type as_number(impl_type i){ return i.as_number();} in as_number()
99 typedef typename frac_sec_type::impl_type impl_type; typedef in boost::date_time::time_resolution_traits
106 static BOOST_CXX14_CONSTEXPR fractional_seconds_type as_number(impl_type i) in as_number()
Dtime_system_counted.hpp28 typedef typename config::impl_type impl_type; typedef
52 explicit counted_time_rep(impl_type count) : in counted_time_rep()
102 return impl_type::is_pos_inf(time_count_.as_number()); in is_pos_infinity()
106 return impl_type::is_neg_inf(time_count_.as_number()); in is_neg_infinity()
110 return impl_type::is_not_a_number(time_count_.as_number()); in is_not_a_date_time()
116 BOOST_CXX14_CONSTEXPR impl_type get_rep()const in get_rep()
121 impl_type time_count_;
130 typedef typename time_rep_type::impl_type impl_type; typedef in boost::date_time::counted_time_system
253 impl_type::to_special((lhs.get_rep() - rhs.get_rep()).as_number()))); in subtract_times()
Dtime_duration.hpp57 typedef typename rep_type::impl_type impl_type; typedef in boost::date_time::time_duration
67 BOOST_CXX14_CONSTEXPR time_duration(special_values sv) : ticks_(impl_type::from_special(sv)) in time_duration()
264 BOOST_CONSTEXPR impl_type get_rep()const in get_rep()
270 BOOST_CXX14_CONSTEXPR explicit time_duration(impl_type in) : ticks_(in) {} in time_duration()
271 impl_type ticks_;
284 typedef typename base_duration::impl_type impl_type; typedef in boost::date_time::subsecond_duration
299 …base_duration(impl_type(traits_type::ticks_per_second >= frac_of_second ? ss * adjustment_ratio : … in subsecond_duration()
Ddate_duration.hpp34 typedef typename duration_rep_traits::impl_type duration_rep;
127 typedef long impl_type; typedef
128 static BOOST_CXX14_CONSTEXPR int_type as_number(impl_type i) { return i; } in as_number()
137 typedef boost::date_time::int_adapter<long> impl_type; typedef
138 static BOOST_CXX14_CONSTEXPR int_type as_number(impl_type i) { return i.as_number(); } in as_number()
/third_party/boost/boost/type_index/runtime_cast/
Dreference_cast.hpp41 typedef typename boost::remove_reference<T>::type impl_type; in runtime_cast() typedef
42 impl_type* value = detail::runtime_cast_impl<impl_type>( in runtime_cast()
56 typedef typename boost::remove_reference<T>::type impl_type; in runtime_cast() typedef
57 impl_type* value = detail::runtime_cast_impl<impl_type>( in runtime_cast()
Dpointer_cast.hpp33 typedef typename boost::remove_pointer<T>::type impl_type; in runtime_cast() typedef
34 return detail::runtime_cast_impl<impl_type>(u, boost::is_base_and_derived<T, U>()); in runtime_cast()
44 typedef typename boost::remove_pointer<T>::type impl_type; in runtime_cast() typedef
45 return detail::runtime_cast_impl<impl_type>(u, boost::is_base_and_derived<T, U>()); in runtime_cast()
/third_party/boost/boost/thread/detail/
Dnullary_function.hpp39 struct impl_type: impl_base struct in boost::detail::nullary_function
43 impl_type(F &f_) in impl_type() function
47 impl_type(BOOST_THREAD_RV_REF(F) f_) in impl_type() argument
79 impl(new impl_type<F>(f)) in nullary_function()
86 impl(new impl_type<typename decay<F>::type>(thread_detail::decay_copy(boost::forward<F>(f)))) in nullary_function()
146 struct impl_type: impl_base struct in boost::detail::nullary_function
150 impl_type(F &f_) in impl_type() argument
154 impl_type(BOOST_THREAD_RV_REF(F) f_) in impl_type() function
184 impl(new impl_type<F>(f)) in nullary_function()
189 impl(new impl_type<typename decay<F>::type>(thread_detail::decay_copy(boost::forward<F>(f)))) in nullary_function()
Dfunction_wrapper.hpp38 struct impl_type: impl_base struct in boost::detail::function_wrapper
41 impl_type(F const &f_) in impl_type() function
44 impl_type(BOOST_THREAD_RV_REF(F) f_) in impl_type() argument
59 impl(new impl_type<F>(f)) in function_wrapper()
64 impl(new impl_type<F>(boost::forward<F>(f))) in function_wrapper()
/third_party/boost/boost/assign/
Dptr_list_of.hpp54 typedef boost::ptr_vector<T> impl_type; typedef in boost::assign_detail::generic_ptr_list
56 typedef std::unique_ptr<impl_type> release_type;
58 typedef std::auto_ptr<impl_type> release_type;
60 mutable impl_type values_;
63 typedef BOOST_DEDUCED_TYPENAME impl_type::iterator iterator;
65 typedef BOOST_DEDUCED_TYPENAME impl_type::value_type value_type;
66 typedef BOOST_DEDUCED_TYPENAME impl_type::size_type size_type;
67 typedef BOOST_DEDUCED_TYPENAME impl_type::difference_type difference_type;
88 operator impl_type() const in operator impl_type()
/third_party/boost/libs/beast/include/boost/beast/websocket/detail/
Dservice.hpp28 class impl_type class in boost::beast::websocket::detail::service
29 : public boost::enable_shared_from_this<impl_type>
37 virtual ~impl_type() = default;
41 impl_type(net::execution_context& ctx);
54 std::vector<impl_type*> v_;
/third_party/boost/boost/beast/websocket/detail/
Dservice.hpp28 class impl_type class in boost::beast::websocket::detail::service
29 : public boost::enable_shared_from_this<impl_type>
37 virtual ~impl_type() = default;
41 impl_type(net::execution_context& ctx);
54 std::vector<impl_type*> v_;
/third_party/boost/doc/html/boost_asio/example/cpp03/services/
Dlogger_service.hpp42 typedef logger_impl* impl_type; typedef in services::logger_service
71 impl_type null() const in null()
77 void create(impl_type& impl, const std::string& identifier) in create()
83 void destroy(impl_type& impl) in destroy()
93 void use_file(impl_type& /*impl*/, const std::string& file) in use_file() argument
101 void log(impl_type& impl, const std::string& message) in log()
/third_party/boost/libs/asio/example/cpp03/services/
Dlogger_service.hpp42 typedef logger_impl* impl_type; typedef in services::logger_service
71 impl_type null() const in null()
77 void create(impl_type& impl, const std::string& identifier) in create()
83 void destroy(impl_type& impl) in destroy()
93 void use_file(impl_type& /*impl*/, const std::string& file) in use_file() argument
101 void log(impl_type& impl, const std::string& message) in log()
/third_party/boost/boost/coroutine/detail/
Dsymmetric_coroutine_yield.hpp38 typedef symmetric_coroutine_impl< R > impl_type; typedef in boost::coroutines::detail::symmetric_coroutine_yield
44 impl_type * impl_;
47 symmetric_coroutine_yield( impl_type * impl, R * result) BOOST_NOEXCEPT : in symmetric_coroutine_yield()
133 typedef symmetric_coroutine_impl< R & > impl_type; typedef in boost::coroutines::detail::symmetric_coroutine_yield
139 impl_type * impl_;
142 symmetric_coroutine_yield( impl_type * impl, R * result) BOOST_NOEXCEPT : in symmetric_coroutine_yield()
228 typedef symmetric_coroutine_impl< void > impl_type; typedef in boost::coroutines::detail::symmetric_coroutine_yield
234 impl_type * impl_;
236 symmetric_coroutine_yield( impl_type * impl) BOOST_NOEXCEPT : in symmetric_coroutine_yield()
/third_party/boost/boost/log/detail/
Dattr_output_terminal.hpp56 typedef ImplT impl_type; typedef in boost::expressions::aux::attribute_output_terminal
85 impl_type m_impl;
94 …attribute_output_terminal(LeftT const& left, attribute_name const& name, impl_type const& impl) : … in attribute_output_terminal()
100 …attribute_output_terminal(LeftT const& left, attribute_name const& name, impl_type const& impl, U … in attribute_output_terminal()
117 …m_visitor_invoker(m_name, fusion::at_c< 0 >(phoenix::env(ctx).args()), binder1st< impl_type&, resu… in operator ()()
127 …m_visitor_invoker(m_name, fusion::at_c< 0 >(phoenix::env(ctx).args()), binder1st< impl_type const&… in operator ()()
/third_party/boost/boost/ptr_container/detail/
Dstatic_move_ptr.hpp52 typedef boost::compressed_pair<element_type*, Deleter> impl_type; typedef in boost::ptr_container_detail::static_move_ptr
55 typedef typename impl_type::second_reference deleter_reference;
56 typedef typename impl_type::second_const_reference deleter_const_reference;
189 typename impl_type::first_reference
192 typename impl_type::first_const_reference
195 impl_type impl_;
/third_party/boost/boost/smart_ptr/detail/
Dshared_count.hpp247 typedef sp_counted_impl_pda<P, D, A> impl_type; in shared_count() typedef
251 typedef typename std::allocator_traits<A>::template rebind_alloc< impl_type > A2; in shared_count()
255 typedef typename A::template rebind< impl_type >::other A2; in shared_count()
266 ::new( static_cast< void* >( pi_ ) ) impl_type( p, d, a ); in shared_count()
274 a2.deallocate( static_cast< impl_type* >( pi_ ), 1 ); in shared_count()
286 ::new( static_cast< void* >( pi_ ) ) impl_type( p, d, a ); in shared_count()
304 typedef sp_counted_impl_pda< P, D, A > impl_type; in shared_count() typedef
308 typedef typename std::allocator_traits<A>::template rebind_alloc< impl_type > A2; in shared_count()
312 typedef typename A::template rebind< impl_type >::other A2; in shared_count()
323 ::new( static_cast< void* >( pi_ ) ) impl_type( p, a ); in shared_count()
[all …]
/third_party/boost/libs/beast/include/boost/beast/websocket/impl/
Dstream_impl.hpp45 struct stream<NextLayer, deflateSupported>::impl_type struct in boost::beast::websocket::stream
47 , detail::service::impl_type
56 boost::weak_ptr<impl_type>
60 impl_type>(this->detail::service:: in weak_from_this()
61 impl_type::shared_from_this()); in weak_from_this()
64 boost::shared_ptr<impl_type>
68 impl_type>(this->detail::service:: in shared_this()
69 impl_type::shared_from_this()); in shared_this()
126 impl_type(Args&&... args) in impl_type() function
130 , detail::service::impl_type(
[all …]
/third_party/boost/boost/beast/websocket/impl/
Dstream_impl.hpp45 struct stream<NextLayer, deflateSupported>::impl_type struct in boost::beast::websocket::stream
47 , detail::service::impl_type
56 boost::weak_ptr<impl_type>
60 impl_type>(this->detail::service:: in weak_from_this()
61 impl_type::shared_from_this()); in weak_from_this()
64 boost::shared_ptr<impl_type>
68 impl_type>(this->detail::service:: in shared_this()
69 impl_type::shared_from_this()); in shared_this()
126 impl_type(Args&&... args) in impl_type() argument
130 , detail::service::impl_type(
[all …]
/third_party/boost/boost/date_time/posix_time/
Dposix_time_config.hpp55 typedef time_res_traits::impl_type impl_type; typedef in boost::posix_time::time_duration
72 BOOST_CXX14_CONSTEXPR explicit time_duration(impl_type tick_count) : in time_duration()
150 typedef time_res_traits::impl_type impl_type; typedef in boost::posix_time::millisec_posix_time_system_config
/third_party/boost/boost/beast/core/
Dbasic_stream.hpp240 struct impl_type struct in boost::beast::basic_stream
241 : boost::enable_shared_from_this<impl_type>
261 impl_type(impl_type&&) = default;
265 impl_type(std::false_type, Args&&...);
269 impl_type(std::true_type,
272 impl_type& operator=(impl_type&&) = delete;
303 boost::shared_ptr<impl_type> impl_;
/third_party/boost/libs/beast/include/boost/beast/core/
Dbasic_stream.hpp240 struct impl_type struct in boost::beast::basic_stream
241 : boost::enable_shared_from_this<impl_type>
261 impl_type(impl_type&&) = default;
265 impl_type(std::false_type, Args&&...);
269 impl_type(std::true_type,
272 impl_type& operator=(impl_type&&) = delete;
303 boost::shared_ptr<impl_type> impl_;

1234