Home
last modified time | relevance | path

Searched refs:base_t (Results 201 – 225 of 3101) sorted by relevance

12345678910>>...125

/dports/sysutils/fd/fd-8.3.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/include/jemalloc/internal/
H A Dbase_externs.h7 base_t *b0get(void);
8 base_t *base_new(tsdn_t *tsdn, unsigned ind, extent_hooks_t *extent_hooks);
9 void base_delete(tsdn_t *tsdn, base_t *base);
10 extent_hooks_t *base_extent_hooks_get(base_t *base);
11 extent_hooks_t *base_extent_hooks_set(base_t *base,
13 void *base_alloc(tsdn_t *tsdn, base_t *base, size_t size, size_t alignment);
14 extent_t *base_alloc_extent(tsdn_t *tsdn, base_t *base);
15 void base_stats_get(tsdn_t *tsdn, base_t *base, size_t *allocated,
17 void base_prefork(tsdn_t *tsdn, base_t *base);
18 void base_postfork_parent(tsdn_t *tsdn, base_t *base);
[all …]
/dports/devel/sol2/sol2-4.0.0-alpha/include/sol/
H A Dcoroutine.hpp38 using base_t = basic_object<Reference>; typedef in sol::basic_coroutine
88 using base_t::lua_state;
96 …: base_t(std::forward<T>(r)), m_error_handler(detail::get_default_handler<reference, is_main_threa… in basic_coroutine()
113 base_t::operator=(std::move(other)); in operator =()
119 basic_coroutine(const basic_function<base_t>& b) noexcept in basic_coroutine()
122 basic_coroutine(basic_function<base_t>&& b) noexcept in basic_coroutine()
125 …basic_coroutine(const basic_function<base_t>& b, handler_t eh) noexcept : base_t(b), m_error_handl… in basic_coroutine()
127 …basic_coroutine(basic_function<base_t>&& b, handler_t eh) noexcept : base_t(std::move(b)), m_error… in basic_coroutine()
167 basic_coroutine(lua_nil_t n) : base_t(n), m_error_handler(n) { in basic_coroutine()
218 return base_t::valid() && (status() == call_status::yielded); in runnable()
[all …]
H A Dobject_base.hpp35 using base_t = ref_t; typedef in sol::basic_object_base
39 return stack::get<T>(base_t::lua_state(), base_t::stack_index()); in as_stack()
44 base_t::push(); in as_stack()
45 return stack::pop<T>(base_t::lua_state()); in as_stack()
50 return stack::check<T>(base_t::lua_state(), base_t::stack_index(), &no_panic); in is_stack()
55 int r = base_t::registry_index(); in is_stack()
61 return stack::check<T>(base_t::lua_state(), -1, &no_panic); in is_stack()
71 …basic_object_base(T&& arg, Args&&... args) : base_t(std::forward<T>(arg), std::forward<Args>(args)… in basic_object_base()
76 return as_stack<T>(is_stack_based<base_t>()); in as()
81 return is_stack<T>(is_stack_based<base_t>()); in is()
H A Dpackaged_coroutine.hpp90 using base_t::lua_state;
98 …: base_t(std::forward<T>(r)), m_error_handler(detail::get_default_handler<reference, is_main_threa…
112 : base_t(std::move(other)), m_error_handler(this->lua_state(), std::move(other.m_error_handler)) {
116 base_t::operator=(std::move(other));
123 basic_packaged_coroutine(const basic_function<base_t>& b) noexcept
126 basic_packaged_coroutine(basic_function<base_t>&& b) noexcept
129 …basic_packaged_coroutine(const basic_function<base_t>& b, handler_t eh) noexcept : base_t(b), m_er…
131 …basic_packaged_coroutine(basic_function<base_t>&& b, handler_t eh) noexcept : base_t(std::move(b))…
170 basic_packaged_coroutine(lua_nil_t n) : base_t(n), m_error_handler(n) {
221 return base_t::valid() && (status() == call_status::yielded);
[all …]
H A Dobject.hpp37 typedef basic_object_base<base_type> base_t; typedef in sol::basic_object
47 basic_object(detail::no_safety_tag, lua_nil_t n) : base_t(n) { in basic_object()
68 basic_object(T&& r) : base_t(std::forward<T>(r)) { in basic_object()
71 basic_object(lua_State* L_, T&& r) : base_t(L_, std::forward<T>(r)) { in basic_object()
73 basic_object(lua_State* L_, global_tag_t t) : base_t(L_, t) { in basic_object()
75 basic_object(lua_nil_t r) : base_t(r) { in basic_object()
89 basic_object(lua_State* L_, lua_nil_t r) noexcept : base_t(L_, r) { in basic_object()
91 basic_object(lua_State* L_, int index_ = -1) noexcept : base_t(L_, index_) { in basic_object()
95 basic_object(lua_State* L_, raw_index index_) noexcept : base_t(L_, index_) { in basic_object()
110 base_t::operator=(b); in operator =()
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/recognition/include/pcl/recognition/3rdparty/metslib/
H A Dtabu-search.hh404 using base_t = abstract_search<move_manager_t>; in search() typedef
408 base_t::step_m = base_t::ITERATION_BEGIN; in search()
411 base_t::moves_m.refresh(base_t::working_solution_m); in search()
417 movit != base_t::moves_m.end(); ++movit) in search()
445 best_movit = base_t::current_move_m = movit; in search()
448 base_t::step_m = ASPIRATION_CRITERIA_MET; in search()
455 if(best_movit == base_t::moves_m.end()) in search()
466 base_t::step_m = base_t::MOVE_MADE; in search()
473 if(base_t::solution_recorder_m.accept(base_t::working_solution_m)) in search()
475 base_t::step_m = base_t::IMPROVEMENT_MADE; in search()
[all …]
/dports/math/polymake/polymake-4.5/lib/core/include/
H A DIndexedSubset.h433 base_t::use_index1, base_t::renumber>;
436 base_t::use_index1, base_t::renumber>;
484 base_t::use_index1, base_t::renumber, true>;
487 base_t::use_index1, base_t::renumber, true>;
1195 using impl_t = typename base_t::impl_t;
1216 using base_t::rewind_index;
1224 using base_t::insert;
1231 using base_t::erase;
1241 using impl_t = typename base_t::impl_t;
1259 using base_t::insert;
[all …]
/dports/net/arataga/oess-2.2.3/dev/sample/subextension/
H A Dmain.cpp53 class base_t class
58 base_t() {} in base_t() function in base_t
59 virtual ~base_t() in ~base_t()
62 virtual base_t *
68 base_t,
72 base_t,
79 base_t,
118 : public base_t
131 virtual base_t *
157 : public base_t
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/intrusive/
H A Dcircular_slist_algorithms.hpp256 base_t::init_header(this_node); in swap_nodes()
259 base_t::init_header(other_node); in swap_nodes()
262 bool empty1 = base_t::unique(this_node); in swap_nodes()
275 base_t::init(other_node); in swap_nodes()
278 base_t::init(this_node); in swap_nodes()
294 base_t::transfer_after(e, i, nxt); in reverse()
334 base_t::unlink_after(new_last); in move_backwards()
342 base_t::unlink_after(base_t::get_previous_node(first, p)); in move_backwards()
346 base_t::link_after(new_last, p); in move_backwards()
394 base_t::unlink_after(old_last); in move_forward()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/traits/
H A DKokkos_WorkTagTrait.hpp76 using base_t = AnalyzeExecPolicy<void, Traits...>; typedef
77 using base_t::base_t;
83 using base_t = AnalyzeExecPolicy<void, Traits...>; typedef
84 using base_t::base_t;
85 static_assert(std::is_void<typename base_t::work_tag>::value,
94 using base_t = AnalyzeExecPolicyHandleWorkTag<Traits...>; typedef
95 using base_t::base_t;
/dports/devel/kokkos/kokkos-3.4.01/core/src/traits/
H A DKokkos_WorkTagTrait.hpp76 using base_t = AnalyzeExecPolicy<void, Traits...>; typedef
77 using base_t::base_t;
83 using base_t = AnalyzeExecPolicy<void, Traits...>; typedef
84 using base_t::base_t;
85 static_assert(std::is_void<typename base_t::work_tag>::value,
94 using base_t = AnalyzeExecPolicyHandleWorkTag<Traits...>; typedef
95 using base_t::base_t;
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/traits/
H A DKokkos_WorkTagTrait.hpp76 using base_t = AnalyzeExecPolicy<void, Traits...>; typedef
77 using base_t::base_t;
83 using base_t = AnalyzeExecPolicy<void, Traits...>; typedef
84 using base_t::base_t;
85 static_assert(std::is_void<typename base_t::work_tag>::value,
94 using base_t = AnalyzeExecPolicyHandleWorkTag<Traits...>; typedef
95 using base_t::base_t;
/dports/emulators/mess/mame-mame0226/3rdparty/sol2/sol/
H A Duserdata.hpp28 template <typename base_t>
29 class basic_userdata : public base_t {
33 basic_userdata(T&& r) noexcept : base_t(std::forward<T>(r)) { in basic_userdata()
37 type_assert(base_t::lua_state(), -1, type::userdata); in basic_userdata()
49 basic_userdata(lua_State* L, int index = -1) : base_t(L, index) { in basic_userdata()
54 basic_userdata(lua_State* L, ref_index index) : base_t(L, index) { in basic_userdata()
62 template <typename base_t>
63 class basic_lightuserdata : public base_t {
67 basic_lightuserdata(T&& r) noexcept : base_t(std::forward<T>(r)) { in basic_lightuserdata()
71 type_assert(base_t::lua_state(), -1, type::lightuserdata); in basic_lightuserdata()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/sol2/sol/
H A Duserdata.hpp28 template <typename base_t>
29 class basic_userdata : public base_t {
33 basic_userdata(T&& r) noexcept : base_t(std::forward<T>(r)) { in basic_userdata()
37 type_assert(base_t::lua_state(), -1, type::userdata); in basic_userdata()
49 basic_userdata(lua_State* L, int index = -1) : base_t(L, index) { in basic_userdata()
54 basic_userdata(lua_State* L, ref_index index) : base_t(L, index) { in basic_userdata()
62 template <typename base_t>
63 class basic_lightuserdata : public base_t {
67 basic_lightuserdata(T&& r) noexcept : base_t(std::forward<T>(r)) { in basic_lightuserdata()
71 type_assert(base_t::lua_state(), -1, type::lightuserdata); in basic_lightuserdata()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/intrusive/detail/
H A Dtree_value_compare.hpp57 typedef boost::intrusive::detail::ebo_functor_holder<KeyCompare> base_t; typedef
60 : base_t() in tree_value_compare()
64 : base_t(kcomp) in tree_value_compare()
68 : base_t(x.base_t::get()) in tree_value_compare()
72 { this->base_t::get() = x.base_t::get(); return *this; } in operator =()
75 { this->base_t::get() = x; return *this; } in operator =()
126 : base_t() in tree_value_compare()
130 : base_t(kcomp) in tree_value_compare()
134 : base_t(x.base_t::get()) in tree_value_compare()
138 { this->base_t::get() = x.base_t::get(); return *this; } in operator =()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/intrusive/detail/
H A Dtree_value_compare.hpp60 typedef boost::intrusive::detail::ebo_functor_holder<KeyCompare> base_t; typedef
63 : base_t() in tree_value_compare()
67 : base_t(kcomp) in tree_value_compare()
71 : base_t(x.base_t::get()) in tree_value_compare()
75 { this->base_t::get() = x.base_t::get(); return *this; } in operator =()
78 { this->base_t::get() = x; return *this; } in operator =()
130 : base_t() in tree_value_compare()
134 : base_t(kcomp) in tree_value_compare()
138 : base_t(x.base_t::get()) in tree_value_compare()
142 { this->base_t::get() = x.base_t::get(); return *this; } in operator =()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/intrusive/detail/
H A Dtree_value_compare.hpp57 typedef boost::intrusive::detail::ebo_functor_holder<KeyCompare> base_t; typedef
60 : base_t() in tree_value_compare()
64 : base_t(kcomp) in tree_value_compare()
68 : base_t(x.base_t::get()) in tree_value_compare()
72 { this->base_t::get() = x.base_t::get(); return *this; } in operator =()
75 { this->base_t::get() = x; return *this; } in operator =()
126 : base_t() in tree_value_compare()
130 : base_t(kcomp) in tree_value_compare()
134 : base_t(x.base_t::get()) in tree_value_compare()
138 { this->base_t::get() = x.base_t::get(); return *this; } in operator =()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/interprocess/
H A Dmanaged_shared_memory.hpp77 typedef typename base_t::size_type size_type;
104 : base_t() in basic_managed_shared_memory()
116 : base_t() in basic_managed_shared_memory()
127 : base_t() in basic_managed_shared_memory()
138 : base_t() in basic_managed_shared_memory()
148 : base_t() in basic_managed_shared_memory()
176 base_t::swap(other); in swap()
187 return base_t::template grow in grow()
197 return base_t::template shrink_to_fit in shrink_to_fit()
209 return base_t::template find_no_lock<T>(name); in find()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/interprocess/
H A Dmanaged_shared_memory.hpp77 typedef typename base_t::size_type size_type;
104 : base_t() in basic_managed_shared_memory()
116 : base_t() in basic_managed_shared_memory()
127 : base_t() in basic_managed_shared_memory()
138 : base_t() in basic_managed_shared_memory()
148 : base_t() in basic_managed_shared_memory()
176 base_t::swap(other); in swap()
187 return base_t::template grow in grow()
197 return base_t::template shrink_to_fit in shrink_to_fit()
209 return base_t::template find_no_lock<T>(name); in find()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/interprocess/
H A Dmanaged_shared_memory.hpp77 typedef typename base_t::size_type size_type;
104 : base_t() in basic_managed_shared_memory()
116 : base_t() in basic_managed_shared_memory()
127 : base_t() in basic_managed_shared_memory()
138 : base_t() in basic_managed_shared_memory()
148 : base_t() in basic_managed_shared_memory()
176 base_t::swap(other); in swap()
187 return base_t::template grow in grow()
197 return base_t::template shrink_to_fit in shrink_to_fit()
209 return base_t::template find_no_lock<T>(name); in find()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/interprocess/
H A Dmanaged_shared_memory.hpp77 typedef typename base_t::size_type size_type;
104 : base_t() in basic_managed_shared_memory()
116 : base_t() in basic_managed_shared_memory()
127 : base_t() in basic_managed_shared_memory()
138 : base_t() in basic_managed_shared_memory()
148 : base_t() in basic_managed_shared_memory()
176 base_t::swap(other); in swap()
187 return base_t::template grow in grow()
197 return base_t::template shrink_to_fit in shrink_to_fit()
209 return base_t::template find_no_lock<T>(name); in find()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/interprocess/
H A Dmanaged_shared_memory.hpp77 typedef typename base_t::size_type size_type;
104 : base_t() in basic_managed_shared_memory()
116 : base_t() in basic_managed_shared_memory()
127 : base_t() in basic_managed_shared_memory()
138 : base_t() in basic_managed_shared_memory()
148 : base_t() in basic_managed_shared_memory()
176 base_t::swap(other); in swap()
187 return base_t::template grow in grow()
197 return base_t::template shrink_to_fit in shrink_to_fit()
209 return base_t::template find_no_lock<T>(name); in find()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/interprocess/
H A Dmanaged_shared_memory.hpp77 typedef typename base_t::size_type size_type;
104 : base_t() in basic_managed_shared_memory()
116 : base_t() in basic_managed_shared_memory()
127 : base_t() in basic_managed_shared_memory()
138 : base_t() in basic_managed_shared_memory()
148 : base_t() in basic_managed_shared_memory()
176 base_t::swap(other); in swap()
187 return base_t::template grow in grow()
197 return base_t::template shrink_to_fit in shrink_to_fit()
209 return base_t::template find_no_lock<T>(name); in find()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/interprocess/
H A Dmanaged_shared_memory.hpp77 typedef typename base_t::size_type size_type;
104 : base_t() in basic_managed_shared_memory()
116 : base_t() in basic_managed_shared_memory()
127 : base_t() in basic_managed_shared_memory()
138 : base_t() in basic_managed_shared_memory()
148 : base_t() in basic_managed_shared_memory()
176 base_t::swap(other); in swap()
187 return base_t::template grow in grow()
197 return base_t::template shrink_to_fit in shrink_to_fit()
209 return base_t::template find_no_lock<T>(name); in find()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/interprocess/
H A Dmanaged_shared_memory.hpp77 typedef typename base_t::size_type size_type;
104 : base_t() in basic_managed_shared_memory()
116 : base_t() in basic_managed_shared_memory()
127 : base_t() in basic_managed_shared_memory()
138 : base_t() in basic_managed_shared_memory()
148 : base_t() in basic_managed_shared_memory()
176 base_t::swap(other); in swap()
187 return base_t::template grow in grow()
197 return base_t::template shrink_to_fit in shrink_to_fit()
209 return base_t::template find_no_lock<T>(name); in find()
[all …]

12345678910>>...125