Home
last modified time | relevance | path

Searched refs:impl_t (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/coroutine/detail/
Dsymmetric_coroutine_object.hpp37 typedef symmetric_coroutine_impl< R > impl_t; typedef in boost::coroutines::detail::symmetric_coroutine_object
58 impl_t( palloc, in symmetric_coroutine_object()
69 impl_t( palloc, in symmetric_coroutine_object()
82 BOOST_ASSERT( ! impl_t::unwind_requested() ); in run()
84 impl_t::flags_ |= flag_started; in run()
85 impl_t::flags_ |= flag_running; in run()
96 impl_t::flags_ |= flag_complete; in run()
97 impl_t::flags_ &= ~flag_running; in run()
98 typename impl_t::param_type to; in run()
99 impl_t::callee_.jump( in run()
[all …]
Dpush_coroutine_synthesized.hpp28 typedef push_coroutine_impl< R > impl_t; typedef in boost::coroutines::detail::push_coroutine_synthesized
34 impl_t( caller, callee, unwind) in push_coroutine_synthesized()
44 typedef push_coroutine_impl< R & > impl_t; typedef in boost::coroutines::detail::push_coroutine_synthesized
50 impl_t( caller, callee, unwind) in push_coroutine_synthesized()
60 typedef push_coroutine_impl< void > impl_t; typedef in boost::coroutines::detail::push_coroutine_synthesized
66 impl_t( caller, callee, unwind) in push_coroutine_synthesized()
Dpull_coroutine_synthesized.hpp28 typedef pull_coroutine_impl< R > impl_t; typedef in boost::coroutines::detail::pull_coroutine_synthesized
35 impl_t( caller, callee, unwind, result) in pull_coroutine_synthesized()
45 typedef pull_coroutine_impl< R & > impl_t; typedef in boost::coroutines::detail::pull_coroutine_synthesized
52 impl_t( caller, callee, unwind, result) in pull_coroutine_synthesized()
62 typedef pull_coroutine_impl< void > impl_t; typedef in boost::coroutines::detail::pull_coroutine_synthesized
68 impl_t( caller, callee, unwind) in pull_coroutine_synthesized()
/third_party/boost/boost/spirit/home/classic/core/
Dsafe_bool.hpp42 typedef impl::safe_bool_impl<DerivedT> impl_t; typedef
43 typedef typename impl_t::type bool_type;
49 &impl_t::stub : 0; in operator bool_type()
55 &impl_t::stub : 0; in operator bool_type()
/third_party/boost/boost/interprocess/sync/
Dnamed_semaphore.hpp117 typedef ipcdetail::posix_named_semaphore impl_t; typedef in boost::interprocess::named_semaphore
120 typedef ipcdetail::windows_named_semaphore impl_t; typedef in boost::interprocess::named_semaphore
122 typedef ipcdetail::shm_named_semaphore impl_t; typedef in boost::interprocess::named_semaphore
124 impl_t m_sem;
163 { return impl_t::remove(name); } in remove()
Dnamed_recursive_mutex.hpp110 typedef ipcdetail::windows_named_recursive_mutex impl_t; typedef in boost::interprocess::named_recursive_mutex
113 typedef ipcdetail::shm_named_recursive_mutex impl_t; typedef in boost::interprocess::named_recursive_mutex
115 impl_t m_mut;
153 { return impl_t::remove(name); } in remove()
/third_party/boost/boost/spirit/home/classic/core/primitives/
Dnumerics.hpp49 typedef impl::uint_parser_impl<T, Radix, MinDigits, MaxDigits> impl_t; in parse() typedef
50 typedef typename parser_result<impl_t, ScannerT>::type result_t; in parse()
51 return impl::contiguous_parser_parse<result_t>(impl_t(), scan, scan); in parse()
80 typedef impl::int_parser_impl<T, Radix, MinDigits, MaxDigits> impl_t; in parse() typedef
81 typedef typename parser_result<impl_t, ScannerT>::type result_t; in parse()
82 return impl::contiguous_parser_parse<result_t>(impl_t(), scan, scan); in parse()
/third_party/boost/libs/range/test/
Dextension_size.cpp31 typedef std::list<int> impl_t; typedef in boost_range_extension_size_test::FooWithoutSize
39 typedef impl_t::const_iterator const_iterator;
40 typedef impl_t::iterator iterator;
49 impl_t m_impl;
Diterator_ext.cpp57 typedef std::vector<point> impl_t; typedef in boost_range_test::container
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-set.hh35 template <typename impl_t>
39 impl_t s;
146 static constexpr hb_codepoint_t INVALID = impl_t::INVALID;
151 using iter_t = typename impl_t::iter_t;
/third_party/boost/boost/graph/planar_detail/
Dface_handles.hpp279 impl_t; typedef in boost::graph::detail::face_handle
285 : pimpl(new impl_t()) in face_handle()
291 : pimpl(new impl_t()) in face_handle()
446 boost::shared_ptr< impl_t > pimpl;
/third_party/boost/libs/mpl/doc/src/refmanual/
Dif_.rst90 >::type impl_t;
92 impl_t impl;
Dif_c.rst91 >::type impl_t;
93 impl_t impl;
/third_party/boost/boost/container/detail/
Dadaptive_node_pool_impl.hpp1153 typedef private_adaptive_node_pool_impl_common<SegmentManagerBase, Flags> impl_t; typedef in boost::container::dtl::private_adaptive_node_pool_impl_rt
1163 typedef typename impl_t::void_pointer void_pointer;
1164 typedef typename impl_t::size_type size_type;
1165 typedef typename impl_t::multiallocation_chain multiallocation_chain;
1167 static const typename impl_t::size_type PayloadPerAllocation = impl_t::PayloadPerAllocation;
1171 static const bool AlignOnly = impl_t::AlignOnly;
1173 static const size_type HdrSize = impl_t::HdrSize;
1174 static const size_type HdrOffsetSize = impl_t::HdrOffsetSize;
1190 , impl_t(segment_mngr_base) in private_adaptive_node_pool_impl_rt()