Home
last modified time | relevance | path

Searched refs:nxt_node (Results 1 – 25 of 45) sorted by relevance

12

/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/intrusive/
H A Dcircular_list_algorithms.hpp171 static void link_before(node_ptr nxt_node, node_ptr this_node) in link_before() argument
173 node_ptr prev(NodeTraits::get_previous(nxt_node)); in link_before()
176 NodeTraits::set_previous(nxt_node, this_node); in link_before()
177 NodeTraits::set_next(this_node, nxt_node); in link_before()
H A Dcircular_slist_algorithms.hpp236 static void link_before (node_ptr nxt_node, node_ptr this_node) in link_before() argument
237 { base_t::link_after(get_previous_node(nxt_node), this_node); } in link_before()
/dports/science/smoldyn/smoldyn-2.67/source/NextSubVolume/boost_include/boost/intrusive/
H A Dcircular_list_algorithms.hpp171 static void link_before(const node_ptr &nxt_node, const node_ptr &this_node) in link_before() argument
173 node_ptr prev(NodeTraits::get_previous(nxt_node)); in link_before()
175 NodeTraits::set_next(this_node, nxt_node); in link_before()
179 NodeTraits::set_previous(nxt_node, this_node); in link_before()
/dports/devel/boost-docs/boost_1_72_0/boost/intrusive/
H A Dcircular_list_algorithms.hpp173 BOOST_INTRUSIVE_FORCEINLINE static void link_before(node_ptr nxt_node, node_ptr this_node) in link_before() argument
175 node_ptr prev(NodeTraits::get_previous(nxt_node)); in link_before()
177 NodeTraits::set_next(this_node, nxt_node); in link_before()
181 NodeTraits::set_previous(nxt_node, this_node); in link_before()
H A Dcircular_slist_algorithms.hpp239 BOOST_INTRUSIVE_FORCEINLINE static void link_before (node_ptr nxt_node, node_ptr this_node) in link_before() argument
240 { base_t::link_after(get_previous_node(nxt_node), this_node); } in link_before()
/dports/devel/hyperscan/boost_1_75_0/boost/intrusive/
H A Dcircular_list_algorithms.hpp173 BOOST_INTRUSIVE_FORCEINLINE static void link_before(node_ptr nxt_node, node_ptr this_node) in link_before() argument
175 node_ptr prev(NodeTraits::get_previous(nxt_node)); in link_before()
177 NodeTraits::set_next(this_node, nxt_node); in link_before()
181 NodeTraits::set_previous(nxt_node, this_node); in link_before()
H A Dcircular_slist_algorithms.hpp239 BOOST_INTRUSIVE_FORCEINLINE static void link_before (node_ptr nxt_node, node_ptr this_node) in link_before() argument
240 { base_t::link_after(get_previous_node(nxt_node), this_node); } in link_before()
/dports/devel/R-cran-BH/BH/inst/include/boost/intrusive/
H A Dcircular_list_algorithms.hpp172 …BOOST_INTRUSIVE_FORCEINLINE static void link_before(node_ptr nxt_node, node_ptr this_node) BOOST_N… in link_before() argument
174 node_ptr prev(NodeTraits::get_previous(nxt_node)); in link_before()
176 NodeTraits::set_next(this_node, nxt_node); in link_before()
180 NodeTraits::set_previous(nxt_node, this_node); in link_before()
H A Dcircular_slist_algorithms.hpp239 …BOOST_INTRUSIVE_FORCEINLINE static void link_before (node_ptr nxt_node, node_ptr this_node) BOOST_… in link_before() argument
240 { base_t::link_after(get_previous_node(nxt_node), this_node); } in link_before()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/intrusive/
H A Dcircular_list_algorithms.hpp173 static void link_before(const node_ptr &nxt_node, const node_ptr &this_node) in link_before() argument
175 node_ptr prev(NodeTraits::get_previous(nxt_node)); in link_before()
177 NodeTraits::set_next(this_node, nxt_node); in link_before()
181 NodeTraits::set_previous(nxt_node, this_node); in link_before()
/dports/databases/xtrabackup/boost_1_59_0/boost/intrusive/
H A Dcircular_list_algorithms.hpp173 static void link_before(const node_ptr &nxt_node, const node_ptr &this_node) in link_before() argument
175 node_ptr prev(NodeTraits::get_previous(nxt_node)); in link_before()
177 NodeTraits::set_next(this_node, nxt_node); in link_before()
181 NodeTraits::set_previous(nxt_node, this_node); in link_before()
/dports/databases/percona57-server/boost_1_59_0/boost/intrusive/
H A Dcircular_list_algorithms.hpp173 static void link_before(const node_ptr &nxt_node, const node_ptr &this_node) in link_before() argument
175 node_ptr prev(NodeTraits::get_previous(nxt_node)); in link_before()
177 NodeTraits::set_next(this_node, nxt_node); in link_before()
181 NodeTraits::set_previous(nxt_node, this_node); in link_before()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/intrusive/
H A Dcircular_list_algorithms.hpp173 BOOST_INTRUSIVE_FORCEINLINE static void link_before(node_ptr nxt_node, node_ptr this_node) in link_before() argument
175 node_ptr prev(NodeTraits::get_previous(nxt_node)); in link_before()
177 NodeTraits::set_next(this_node, nxt_node); in link_before()
181 NodeTraits::set_previous(nxt_node, this_node); in link_before()
/dports/databases/percona57-client/boost_1_59_0/boost/intrusive/
H A Dcircular_list_algorithms.hpp173 static void link_before(const node_ptr &nxt_node, const node_ptr &this_node) in link_before() argument
175 node_ptr prev(NodeTraits::get_previous(nxt_node)); in link_before()
177 NodeTraits::set_next(this_node, nxt_node); in link_before()
181 NodeTraits::set_previous(nxt_node, this_node); in link_before()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/intrusive/
H A Dcircular_list_algorithms.hpp173 …BOOST_INTRUSIVE_FORCEINLINE static void link_before(const node_ptr &nxt_node, const node_ptr &this… in link_before() argument
175 node_ptr prev(NodeTraits::get_previous(nxt_node)); in link_before()
177 NodeTraits::set_next(this_node, nxt_node); in link_before()
181 NodeTraits::set_previous(nxt_node, this_node); in link_before()
/dports/devel/boost-libs/boost_1_72_0/boost/intrusive/
H A Dcircular_list_algorithms.hpp173 BOOST_INTRUSIVE_FORCEINLINE static void link_before(node_ptr nxt_node, node_ptr this_node) in link_before() argument
175 node_ptr prev(NodeTraits::get_previous(nxt_node)); in link_before()
177 NodeTraits::set_next(this_node, nxt_node); in link_before()
181 NodeTraits::set_previous(nxt_node, this_node); in link_before()
/dports/devel/boost-python-libs/boost_1_72_0/boost/intrusive/
H A Dcircular_list_algorithms.hpp173 BOOST_INTRUSIVE_FORCEINLINE static void link_before(node_ptr nxt_node, node_ptr this_node) in link_before() argument
175 node_ptr prev(NodeTraits::get_previous(nxt_node)); in link_before()
177 NodeTraits::set_next(this_node, nxt_node); in link_before()
181 NodeTraits::set_previous(nxt_node, this_node); in link_before()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/intrusive/
H A Dcircular_list_algorithms.hpp173 static void link_before(const node_ptr &nxt_node, const node_ptr &this_node) in link_before() argument
175 node_ptr prev(NodeTraits::get_previous(nxt_node)); in link_before()
177 NodeTraits::set_next(this_node, nxt_node); in link_before()
181 NodeTraits::set_previous(nxt_node, this_node); in link_before()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/intrusive/
H A Dcircular_list_algorithms.hpp173 BOOST_INTRUSIVE_FORCEINLINE static void link_before(node_ptr nxt_node, node_ptr this_node) in link_before() argument
175 node_ptr prev(NodeTraits::get_previous(nxt_node)); in link_before()
177 NodeTraits::set_next(this_node, nxt_node); in link_before()
181 NodeTraits::set_previous(nxt_node, this_node); in link_before()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/intrusive/
H A Dcircular_list_algorithms.hpp173 BOOST_INTRUSIVE_FORCEINLINE static void link_before(node_ptr nxt_node, node_ptr this_node) in insert_commit_data_t()
175 node_ptr prev(NodeTraits::get_previous(nxt_node)); in insert_commit_data_t()
177 NodeTraits::set_next(this_node, nxt_node); in insert_commit_data_t()
181 NodeTraits::set_previous(nxt_node, this_node); in insert_commit_data_t()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/intrusive/
H A Dcircular_list_algorithms.hpp173 BOOST_INTRUSIVE_FORCEINLINE static void link_before(node_ptr nxt_node, node_ptr this_node)
175 node_ptr prev(NodeTraits::get_previous(nxt_node));
177 NodeTraits::set_next(this_node, nxt_node);
181 NodeTraits::set_previous(nxt_node, this_node);
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/intrusive/
H A Dcircular_list_algorithms.hpp173 …BOOST_INTRUSIVE_FORCEINLINE static void link_before(const node_ptr &nxt_node, const node_ptr &this…
175 node_ptr prev(NodeTraits::get_previous(nxt_node));
177 NodeTraits::set_next(this_node, nxt_node);
181 NodeTraits::set_previous(nxt_node, this_node);
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/intrusive/
H A Dcircular_list_algorithms.hpp173 static void link_before(const node_ptr &nxt_node, const node_ptr &this_node) in link_before() argument
175 node_ptr prev(NodeTraits::get_previous(nxt_node)); in link_before()
177 NodeTraits::set_next(this_node, nxt_node); in link_before()
181 NodeTraits::set_previous(nxt_node, this_node); in link_before()
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/intrusive/
H A Dcircular_list_algorithms.hpp173 …BOOST_INTRUSIVE_FORCEINLINE static void link_before(const node_ptr &nxt_node, const node_ptr &this… in link_before() argument
175 node_ptr prev(NodeTraits::get_previous(nxt_node)); in link_before()
177 NodeTraits::set_next(this_node, nxt_node); in link_before()
181 NodeTraits::set_previous(nxt_node, this_node); in link_before()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/intrusive/
H A Dcircular_list_algorithms.hpp173 static void link_before(const node_ptr &nxt_node, const node_ptr &this_node) in link_before() argument
175 node_ptr prev(NodeTraits::get_previous(nxt_node)); in link_before()
177 NodeTraits::set_next(this_node, nxt_node); in link_before()
181 NodeTraits::set_previous(nxt_node, this_node); in link_before()

12