Home
last modified time | relevance | path

Searched refs:base_t (Results 101 – 125 of 3101) sorted by relevance

12345678910>>...125

/dports/devel/boost-docs/boost_1_72_0/boost/coroutine/detail/
H A Dpull_coroutine_object.hpp80 base_t( & this->caller, in pull_coroutine_object()
93 base_t( & this->caller, in pull_coroutine_object()
109 base_t::flags_ |= flag_started; in run()
110 base_t::flags_ |= flag_running; in run()
128 typename base_t::param_type to; in run()
167 base_t( & this->caller, in pull_coroutine_object()
180 base_t( & this->caller, in pull_coroutine_object()
196 base_t::flags_ |= flag_started; in run()
197 base_t::flags_ |= flag_running; in run()
254 base_t( & this->caller, in pull_coroutine_object()
[all …]
H A Dpush_coroutine_object.hpp92 base_t( & this->caller, in push_coroutine_object()
105 base_t( & this->caller, in push_coroutine_object()
121 base_t::flags_ |= flag_started; in run()
122 base_t::flags_ |= flag_running; in run()
140 typename base_t::param_type to; in run()
179 base_t( & this->caller, in push_coroutine_object()
192 base_t( & this->caller, in push_coroutine_object()
208 base_t::flags_ |= flag_started; in run()
209 base_t::flags_ |= flag_running; in run()
266 base_t( & this->caller, in push_coroutine_object()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/container/bench/
H A Dvarray.hpp59 typedef dtl::varray<Value, Capacity> base_t; typedef in boost::container::varray
71 typedef typename base_t::pointer pointer;
79 typedef typename base_t::iterator iterator;
95 : base_t() in varray()
110 : base_t(count) in varray()
126 : base_t(count, value) in varray()
145 : base_t(first, last) in varray()
158 : base_t(other) in varray()
186 base_t::operator=(static_cast<base_t const&>(other)); in operator =()
224 : base_t(boost::move(static_cast<base_t&>(other))) in varray()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/container/bench/
H A Dvarray.hpp59 typedef dtl::varray<Value, Capacity> base_t; typedef in boost::container::varray
71 typedef typename base_t::pointer pointer;
79 typedef typename base_t::iterator iterator;
95 : base_t() in varray()
110 : base_t(count) in varray()
126 : base_t(count, value) in varray()
145 : base_t(first, last) in varray()
158 : base_t(other) in varray()
186 base_t::operator=(static_cast<base_t const&>(other)); in operator =()
224 : base_t(boost::move(static_cast<base_t&>(other))) in varray()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/container/bench/
H A Dvarray.hpp67 typedef typename base_t::size_type size_type;
71 typedef typename base_t::pointer pointer;
79 typedef typename base_t::iterator iterator;
95 : base_t() in varray()
110 : base_t(count) in varray()
126 : base_t(count, value) in varray()
145 : base_t(first, last) in varray()
158 : base_t(other) in varray()
186 base_t::operator=(static_cast<base_t const&>(other)); in operator =()
224 : base_t(boost::move(static_cast<base_t&>(other))) in varray()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/container/bench/
H A Dvarray.hpp59 typedef dtl::varray<Value, Capacity> base_t; typedef in boost::container::varray
71 typedef typename base_t::pointer pointer;
79 typedef typename base_t::iterator iterator;
95 : base_t() in varray()
110 : base_t(count) in varray()
126 : base_t(count, value) in varray()
145 : base_t(first, last) in varray()
158 : base_t(other) in varray()
186 base_t::operator=(static_cast<base_t const&>(other)); in operator =()
224 : base_t(boost::move(static_cast<base_t&>(other))) in varray()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/container/bench/
H A Dvarray.hpp67 typedef typename base_t::size_type size_type;
71 typedef typename base_t::pointer pointer;
79 typedef typename base_t::iterator iterator;
95 : base_t() in varray()
110 : base_t(count) in varray()
126 : base_t(count, value) in varray()
145 : base_t(first, last) in varray()
158 : base_t(other) in varray()
186 base_t::operator=(static_cast<base_t const&>(other)); in operator =()
224 : base_t(boost::move(static_cast<base_t&>(other))) in varray()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/container/bench/
H A Dvarray.hpp67 typedef typename base_t::size_type size_type;
71 typedef typename base_t::pointer pointer;
79 typedef typename base_t::iterator iterator;
95 : base_t() in varray()
110 : base_t(count) in varray()
126 : base_t(count, value) in varray()
145 : base_t(first, last) in varray()
158 : base_t(other) in varray()
186 base_t::operator=(static_cast<base_t const&>(other)); in operator =()
224 : base_t(boost::move(static_cast<base_t&>(other))) in varray()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/container/bench/
H A Dvarray.hpp67 typedef typename base_t::size_type size_type;
71 typedef typename base_t::pointer pointer;
79 typedef typename base_t::iterator iterator;
95 : base_t() in varray()
110 : base_t(count) in varray()
126 : base_t(count, value) in varray()
145 : base_t(first, last) in varray()
158 : base_t(other) in varray()
186 base_t::operator=(static_cast<base_t const&>(other)); in operator =()
224 : base_t(boost::move(static_cast<base_t&>(other))) in varray()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/container/bench/
H A Dvarray.hpp59 typedef dtl::varray<Value, Capacity> base_t; typedef in boost::container::varray
71 typedef typename base_t::pointer pointer;
79 typedef typename base_t::iterator iterator;
95 : base_t() in varray()
110 : base_t(count) in varray()
126 : base_t(count, value) in varray()
145 : base_t(first, last) in varray()
158 : base_t(other) in varray()
186 base_t::operator=(static_cast<base_t const&>(other)); in operator =()
224 : base_t(boost::move(static_cast<base_t&>(other))) in varray()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/container/bench/
H A Dvarray.hpp67 typedef typename base_t::size_type size_type;
71 typedef typename base_t::pointer pointer;
79 typedef typename base_t::iterator iterator;
95 : base_t() in varray()
110 : base_t(count) in varray()
126 : base_t(count, value) in varray()
145 : base_t(first, last) in varray()
158 : base_t(other) in varray()
186 base_t::operator=(static_cast<base_t const&>(other)); in operator =()
224 : base_t(boost::move(static_cast<base_t&>(other))) in varray()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/container/bench/
H A Dvarray.hpp59 typedef dtl::varray<Value, Capacity> base_t; typedef in boost::container::varray
71 typedef typename base_t::pointer pointer;
79 typedef typename base_t::iterator iterator;
95 : base_t() in varray()
110 : base_t(count) in varray()
126 : base_t(count, value) in varray()
145 : base_t(first, last) in varray()
158 : base_t(other) in varray()
186 base_t::operator=(static_cast<base_t const&>(other)); in operator =()
224 : base_t(boost::move(static_cast<base_t&>(other))) in varray()
[all …]
/dports/math/polymake/polymake-4.5/lib/core/include/internal/
H A Dmodified_containers.h92 : base_t(std::move(c)) in iterator_over_prvalue()
99 : base_t(std::move(other)) in iterator_over_prvalue()
100 …, iterator_t(base_t::is_valid() ? ensure(base_t::get_val(), FeatureList()).begin() : iterator_t())… in iterator_over_prvalue()
103 : base_t(std::move(other)) in iterator_over_prvalue()
113 base_t::reset(std::move(c)); in reset()
120 using base_t::is_valid;
220 typename base_t::iterator begin()
224 typename base_t::iterator end()
391 typename base_t::operation, typename base_t::expected_features
395 typename base_t::const_operation, typename base_t::expected_features
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/container/
H A Dmap.hpp136 : base_t() in map()
157 : base_t(a) in map()
257 : base_t(static_cast<const base_t&>(x)) in map()
269 : base_t(BOOST_MOVE_BASE(base_t, x)) in map()
279 : base_t(static_cast<const base_t&>(x), a) in map()
292 : base_t(BOOST_MOVE_BASE(base_t, x), a) in map()
978 : base_t() in multimap()
1096 : base_t(static_cast<const base_t&>(x)) in multimap()
1108 : base_t(BOOST_MOVE_BASE(base_t, x)) in multimap()
1118 : base_t(static_cast<const base_t&>(x), a) in multimap()
[all …]
H A Dstatic_vector.hpp147 : base_t() in static_vector()
162 : base_t(count) in static_vector()
196 : base_t(count, value) in static_vector()
215 : base_t(first, last) in static_vector()
232 : base_t(il) in static_vector()
246 : base_t(other) in static_vector()
262 : base_t(other) in static_vector()
276 : base_t(BOOST_MOVE_BASE(base_t, other)) in static_vector()
293 : base_t(BOOST_MOVE_BASE(typename static_vector<value_type BOOST_MOVE_I C>::base_t, other)) in static_vector()
307 return static_cast<static_vector&>(base_t::operator=(static_cast<base_t const&>(other))); in operator =()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/container/
H A Dmap.hpp136 : base_t() in map()
157 : base_t(a) in map()
257 : base_t(static_cast<const base_t&>(x)) in map()
269 : base_t(BOOST_MOVE_BASE(base_t, x)) in map()
279 : base_t(static_cast<const base_t&>(x), a) in map()
292 : base_t(BOOST_MOVE_BASE(base_t, x), a) in map()
978 : base_t() in multimap()
1096 : base_t(static_cast<const base_t&>(x)) in multimap()
1108 : base_t(BOOST_MOVE_BASE(base_t, x)) in multimap()
1118 : base_t(static_cast<const base_t&>(x), a) in multimap()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/container/
H A Dmap.hpp136 : base_t() in map()
157 : base_t(a) in map()
257 : base_t(static_cast<const base_t&>(x)) in map()
269 : base_t(BOOST_MOVE_BASE(base_t, x)) in map()
279 : base_t(static_cast<const base_t&>(x), a) in map()
292 : base_t(BOOST_MOVE_BASE(base_t, x), a) in map()
978 : base_t() in multimap()
1096 : base_t(static_cast<const base_t&>(x)) in multimap()
1108 : base_t(BOOST_MOVE_BASE(base_t, x)) in multimap()
1118 : base_t(static_cast<const base_t&>(x), a) in multimap()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/container/
H A Dmap.hpp136 : base_t() in map()
157 : base_t(a) in map()
257 : base_t(static_cast<const base_t&>(x)) in map()
269 : base_t(BOOST_MOVE_BASE(base_t, x)) in map()
279 : base_t(static_cast<const base_t&>(x), a) in map()
292 : base_t(BOOST_MOVE_BASE(base_t, x), a) in map()
978 : base_t() in multimap()
1096 : base_t(static_cast<const base_t&>(x)) in multimap()
1108 : base_t(BOOST_MOVE_BASE(base_t, x)) in multimap()
1118 : base_t(static_cast<const base_t&>(x), a) in multimap()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/container/
H A Dmap.hpp136 : base_t() in map()
157 : base_t(a) in map()
257 : base_t(static_cast<const base_t&>(x)) in map()
269 : base_t(BOOST_MOVE_BASE(base_t, x)) in map()
279 : base_t(static_cast<const base_t&>(x), a) in map()
292 : base_t(BOOST_MOVE_BASE(base_t, x), a) in map()
978 : base_t() in multimap()
1096 : base_t(static_cast<const base_t&>(x)) in multimap()
1108 : base_t(BOOST_MOVE_BASE(base_t, x)) in multimap()
1118 : base_t(static_cast<const base_t&>(x), a) in multimap()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/container/
H A Dmap.hpp136 : base_t() in map()
157 : base_t(a) in map()
257 : base_t(static_cast<const base_t&>(x)) in map()
269 : base_t(BOOST_MOVE_BASE(base_t, x)) in map()
279 : base_t(static_cast<const base_t&>(x), a) in map()
292 : base_t(BOOST_MOVE_BASE(base_t, x), a) in map()
978 : base_t() in multimap()
1096 : base_t(static_cast<const base_t&>(x)) in multimap()
1108 : base_t(BOOST_MOVE_BASE(base_t, x)) in multimap()
1118 : base_t(static_cast<const base_t&>(x), a) in multimap()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/container/
H A Dmap.hpp136 : base_t() in map()
157 : base_t(a) in map()
257 : base_t(static_cast<const base_t&>(x)) in map()
269 : base_t(BOOST_MOVE_BASE(base_t, x)) in map()
279 : base_t(static_cast<const base_t&>(x), a) in map()
292 : base_t(BOOST_MOVE_BASE(base_t, x), a) in map()
982 : base_t() in multimap()
1100 : base_t(static_cast<const base_t&>(x)) in multimap()
1112 : base_t(BOOST_MOVE_BASE(base_t, x)) in multimap()
1122 : base_t(static_cast<const base_t&>(x), a) in multimap()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/container/
H A Dstatic_vector.hpp155 : base_t() in static_vector()
170 : base_t(count) in static_vector()
204 : base_t(count, value) in static_vector()
223 : base_t(first, last) in static_vector()
240 : base_t(il) in static_vector()
254 : base_t(other) in static_vector()
258 : base_t(other) in static_vector()
263 : base_t(BOOST_MOVE_BASE(base_t, other)) in static_vector()
267 : base_t() in static_vector()
283 : base_t(other) in static_vector()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/container/
H A Dstatic_vector.hpp155 : base_t() in static_vector()
170 : base_t(count) in static_vector()
204 : base_t(count, value) in static_vector()
223 : base_t(first, last) in static_vector()
240 : base_t(il) in static_vector()
254 : base_t(other) in static_vector()
258 : base_t(other) in static_vector()
263 : base_t(BOOST_MOVE_BASE(base_t, other)) in static_vector()
267 : base_t() in static_vector()
283 : base_t(other) in static_vector()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/sol2/sol/
H A Dprotected_function.hpp56 template <typename base_t>
57 class basic_protected_function : public base_t {
85 return stack::pop<Ret>(base_t::lua_state()); in invoke()
94 int stacksize = lua_gettop(base_t::lua_state()); in invoke()
104 stack::push(base_t::lua_state(), error); in invoke()
105 lua_call(base_t::lua_state(), 1, 1); in invoke()
108 stack::push(base_t::lua_state(), error); in invoke()
122 firstreturn = lua_gettop(base_t::lua_state()); in invoke()
127 firstreturn = lua_gettop(base_t::lua_state()); in invoke()
132 firstreturn = lua_gettop(base_t::lua_state()); in invoke()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/sol2/sol/
H A Dprotected_function.hpp56 template <typename base_t>
57 class basic_protected_function : public base_t {
85 return stack::pop<Ret>(base_t::lua_state()); in invoke()
94 int stacksize = lua_gettop(base_t::lua_state()); in invoke()
104 stack::push(base_t::lua_state(), error); in invoke()
105 lua_call(base_t::lua_state(), 1, 1); in invoke()
108 stack::push(base_t::lua_state(), error); in invoke()
122 firstreturn = lua_gettop(base_t::lua_state()); in invoke()
127 firstreturn = lua_gettop(base_t::lua_state()); in invoke()
132 firstreturn = lua_gettop(base_t::lua_state()); in invoke()
[all …]

12345678910>>...125