Home
last modified time | relevance | path

Searched defs:rebind_alloc (Results 1 – 25 of 123) sorted by relevance

12345

/dports/devel/boost-docs/boost_1_72_0/boost/log/detail/
H A Dallocator_traits.hpp54 struct rebind_alloc struct
57 … typedef typename std::allocator_traits< Allocator >::BOOST_NESTED_TEMPLATE rebind_alloc< U > type;
64 struct rebind_alloc< std::allocator< void >, U > struct
66 typedef std::allocator< U > type;
/dports/devel/hyperscan/boost_1_75_0/boost/log/detail/
H A Dallocator_traits.hpp54 struct rebind_alloc struct
57 … typedef typename std::allocator_traits< Allocator >::BOOST_NESTED_TEMPLATE rebind_alloc< U > type;
64 struct rebind_alloc< std::allocator< void >, U > struct
66 typedef std::allocator< U > type;
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/log/detail/
H A Dallocator_traits.hpp54 struct rebind_alloc struct
57 … typedef typename std::allocator_traits< Allocator >::BOOST_NESTED_TEMPLATE rebind_alloc< U > type;
64 struct rebind_alloc< std::allocator< void >, U > struct
66 typedef std::allocator< U > type;
/dports/devel/boost-libs/boost_1_72_0/boost/log/detail/
H A Dallocator_traits.hpp54 struct rebind_alloc struct
57 … typedef typename std::allocator_traits< Allocator >::BOOST_NESTED_TEMPLATE rebind_alloc< U > type;
64 struct rebind_alloc< std::allocator< void >, U > struct
66 typedef std::allocator< U > type;
/dports/devel/boost-python-libs/boost_1_72_0/boost/log/detail/
H A Dallocator_traits.hpp54 struct rebind_alloc struct
57 … typedef typename std::allocator_traits< Allocator >::BOOST_NESTED_TEMPLATE rebind_alloc< U > type;
64 struct rebind_alloc< std::allocator< void >, U > struct
66 typedef std::allocator< U > type;
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/log/detail/
H A Dallocator_traits.hpp54 struct rebind_alloc struct
57 … typedef typename std::allocator_traits< Allocator >::BOOST_NESTED_TEMPLATE rebind_alloc< U > type;
64 struct rebind_alloc< std::allocator< void >, U > struct
66 typedef std::allocator< U > type;
/dports/devel/boost-docs/boost_1_72_0/boost/multi_index/detail/
H A Dallocator_traits.hpp46 struct rebind_alloc struct
48 typedef typename super::template rebind_alloc<T> type;
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/multi_index/detail/
H A Dallocator_traits.hpp46 struct rebind_alloc struct
48 typedef typename super::template rebind_alloc<T> type;
/dports/devel/boost-libs/boost_1_72_0/boost/multi_index/detail/
H A Dallocator_traits.hpp46 struct rebind_alloc struct
48 typedef typename super::template rebind_alloc<T> type;
/dports/devel/boost-python-libs/boost_1_72_0/boost/multi_index/detail/
H A Dallocator_traits.hpp46 struct rebind_alloc struct
48 typedef typename super::template rebind_alloc<T> type;
/dports/devel/hyperscan/boost_1_75_0/boost/multi_index/detail/
H A Dallocator_traits.hpp66 struct rebind_alloc struct
68 typedef typename super::template rebind_alloc<T> type;
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/multi_index/detail/
H A Dallocator_traits.hpp66 struct rebind_alloc struct
68 typedef typename super::template rebind_alloc<T> type;
/dports/devel/R-cran-BH/BH/inst/include/boost/multi_index/detail/
H A Dallocator_traits.hpp66 struct rebind_alloc struct
68 typedef typename super::template rebind_alloc<T> type;
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/multi_index/detail/
H A Dallocator_traits.hpp66 struct rebind_alloc struct
68 typedef typename super::template rebind_alloc<T> type;
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/container/
H A Dallocator_traits.hpp178 template <class T> using rebind_alloc = see_documentation; typedef
250 …template <typename T> using rebind_alloc = typename pdalboost::intrusive::pointer_rebind<Allocato… typedef
255 struct rebind_alloc : pdalboost::intrusive::pointer_rebind<Allocator,T>::type struct
257 typedef typename pdalboost::intrusive::pointer_rebind<Allocator,T>::type Base;
260rebind_alloc(BOOST_FWD_REF(Args)... args) : Base(pdalboost::forward<Args>(args)...) {} in rebind_alloc() function
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/container/
H A Dallocator_traits.hpp178 template <class T> using rebind_alloc = see_documentation; typedef
250 …template <typename T> using rebind_alloc = typename boost::intrusive::pointer_rebind<Allocator, T… typedef
255 struct rebind_alloc : boost::intrusive::pointer_rebind<Allocator,T>::type struct
257 typedef typename boost::intrusive::pointer_rebind<Allocator,T>::type Base;
260 rebind_alloc(BOOST_FWD_REF(Args)... args) : Base(boost::forward<Args>(args)...) {} in rebind_alloc() argument
/dports/databases/xtrabackup/boost_1_59_0/boost/container/
H A Dallocator_traits.hpp178 template <class T> using rebind_alloc = see_documentation; typedef
250 …template <typename T> using rebind_alloc = typename boost::intrusive::pointer_rebind<Allocator, T… typedef
255 struct rebind_alloc : boost::intrusive::pointer_rebind<Allocator,T>::type struct
257 typedef typename boost::intrusive::pointer_rebind<Allocator,T>::type Base;
260 rebind_alloc(BOOST_FWD_REF(Args)... args) : Base(boost::forward<Args>(args)...) {} in rebind_alloc() function
/dports/databases/percona57-server/boost_1_59_0/boost/container/
H A Dallocator_traits.hpp178 template <class T> using rebind_alloc = see_documentation; typedef
250 …template <typename T> using rebind_alloc = typename boost::intrusive::pointer_rebind<Allocator, T… typedef
255 struct rebind_alloc : boost::intrusive::pointer_rebind<Allocator,T>::type struct
257 typedef typename boost::intrusive::pointer_rebind<Allocator,T>::type Base;
260 rebind_alloc(BOOST_FWD_REF(Args)... args) : Base(boost::forward<Args>(args)...) {} in rebind_alloc() function
/dports/databases/percona57-client/boost_1_59_0/boost/container/
H A Dallocator_traits.hpp178 template <class T> using rebind_alloc = see_documentation; typedef
250 …template <typename T> using rebind_alloc = typename boost::intrusive::pointer_rebind<Allocator, T… typedef
255 struct rebind_alloc : boost::intrusive::pointer_rebind<Allocator,T>::type struct
257 typedef typename boost::intrusive::pointer_rebind<Allocator,T>::type Base;
260 rebind_alloc(BOOST_FWD_REF(Args)... args) : Base(boost::forward<Args>(args)...) {} in rebind_alloc() argument
/dports/math/libmesh/libmesh-1.6.2/contrib/boost/include/boost/container/
H A Dallocator_traits.hpp185 template <class T> using rebind_alloc = see_documentation; typedef
257 …template <typename T> using rebind_alloc = typename boost::intrusive::pointer_rebind<Allocator, T… typedef
262 struct rebind_alloc : boost::intrusive::pointer_rebind<Allocator,T>::type struct
264 typedef typename boost::intrusive::pointer_rebind<Allocator,T>::type Base;
267 rebind_alloc(BOOST_FWD_REF(Args)... args) : Base(boost::forward<Args>(args)...) {} in rebind_alloc() argument
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/container/
H A Dallocator_traits.hpp185 template <class T> using rebind_alloc = see_documentation; typedef
257 …template <typename T> using rebind_alloc = typename boost::intrusive::pointer_rebind<Allocator, T… typedef
262 struct rebind_alloc : boost::intrusive::pointer_rebind<Allocator,T>::type struct
264 typedef typename boost::intrusive::pointer_rebind<Allocator,T>::type Base;
267 rebind_alloc(BOOST_FWD_REF(Args)... args) : Base(boost::forward<Args>(args)...) {} in rebind_alloc() argument
/dports/sysutils/usbtop/usbtop-release-1.0/third-party/boost/container/
H A Dallocator_traits.hpp185 template <class T> using rebind_alloc = see_documentation; typedef
257 …template <typename T> using rebind_alloc = typename boost::intrusive::pointer_rebind<Allocator, T… typedef
262 struct rebind_alloc : boost::intrusive::pointer_rebind<Allocator,T>::type struct
264 typedef typename boost::intrusive::pointer_rebind<Allocator,T>::type Base;
267 rebind_alloc(BOOST_FWD_REF(Args)... args) : Base(boost::forward<Args>(args)...) {} in rebind_alloc() function
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/container/
H A Dallocator_traits.hpp178 template <class T> using rebind_alloc = see_documentation; typedef
250 …template <typename T> using rebind_alloc = typename boost::intrusive::pointer_rebind<Allocator, T… typedef
255 struct rebind_alloc : boost::intrusive::pointer_rebind<Allocator,T>::type struct
257 typedef typename boost::intrusive::pointer_rebind<Allocator,T>::type Base;
260 rebind_alloc(BOOST_FWD_REF(Args)... args) : Base(boost::forward<Args>(args)...) {} in rebind_alloc() argument
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/container/
H A Dallocator_traits.hpp185 template <class T> using rebind_alloc = see_documentation; typedef
257 …template <typename T> using rebind_alloc = typename boost::intrusive::pointer_rebind<Allocator, T… typedef
262 struct rebind_alloc : boost::intrusive::pointer_rebind<Allocator,T>::type struct
264 typedef typename boost::intrusive::pointer_rebind<Allocator,T>::type Base;
267 rebind_alloc(BOOST_FWD_REF(Args)... args) : Base(boost::forward<Args>(args)...) {} in rebind_alloc() function
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/container/
H A Dallocator_traits.hpp185 template <class T> using rebind_alloc = see_documentation; typedef
257 …template <typename T> using rebind_alloc = typename boost::intrusive::pointer_rebind<Allocator, T… typedef
262 struct rebind_alloc : boost::intrusive::pointer_rebind<Allocator,T>::type struct
264 typedef typename boost::intrusive::pointer_rebind<Allocator,T>::type Base;
267 rebind_alloc(BOOST_FWD_REF(Args)... args) : Base(boost::forward<Args>(args)...) {} in rebind_alloc() function

12345