Home
last modified time | relevance | path

Searched defs:delete_array (Results 1 – 25 of 99) sorted by relevance

1234

/dports/games/frogatto/frogatto-1.3.1/src/
H A Dscoped_resource.hpp118 struct delete_array { struct
120 void operator()(T*& p) const { delete [] p; p = 0; } in operator ()()
/dports/devel/boost-docs/boost_1_72_0/boost/lambda/
H A Dconstruct.hpp224 struct delete_array { struct
226 template <class U> struct sig { typedef void type; };
229 void operator()(A1& a1) const { in operator ()()
/dports/devel/hyperscan/boost_1_75_0/boost/lambda/
H A Dconstruct.hpp224 struct delete_array { struct
226 template <class U> struct sig { typedef void type; };
229 void operator()(A1& a1) const { in operator ()()
/dports/devel/boost-python-libs/boost_1_72_0/boost/lambda/
H A Dconstruct.hpp224 struct delete_array { struct
226 template <class U> struct sig { typedef void type; };
229 void operator()(A1& a1) const { in operator ()()
/dports/devel/R-cran-BH/BH/inst/include/boost/lambda/
H A Dconstruct.hpp224 struct delete_array { struct
226 template <class U> struct sig { typedef void type; };
229 void operator()(A1& a1) const { in operator ()()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/lambda/
H A Dconstruct.hpp224 struct delete_array { struct
226 template <class U> struct sig { typedef void type; };
229 void operator()(A1& a1) const { in operator ()()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/lambda/
H A Dconstruct.hpp224 struct delete_array { struct
226 template <class U> struct sig { typedef void type; };
229 void operator()(A1& a1) const { in operator ()()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/lambda/
H A Dconstruct.hpp224 struct delete_array { struct
226 template <class U> struct sig { typedef void type; };
229 void operator()(A1& a1) const { in operator ()()
/dports/databases/xtrabackup/boost_1_59_0/boost/lambda/
H A Dconstruct.hpp224 struct delete_array { struct
226 template <class U> struct sig { typedef void type; };
229 void operator()(A1& a1) const { in operator ()()
/dports/databases/percona57-server/boost_1_59_0/boost/lambda/
H A Dconstruct.hpp224 struct delete_array { struct
226 template <class U> struct sig { typedef void type; };
229 void operator()(A1& a1) const { in operator ()()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/lambda/
H A Dconstruct.hpp224 struct delete_array { struct
226 template <class U> struct sig { typedef void type; };
229 void operator()(A1& a1) const { in operator ()()
/dports/databases/percona57-client/boost_1_59_0/boost/lambda/
H A Dconstruct.hpp224 struct delete_array { struct
226 template <class U> struct sig { typedef void type; };
229 void operator()(A1& a1) const { in operator ()()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/lambda/
H A Dconstruct.hpp224 struct delete_array { struct
226 template <class U> struct sig { typedef void type; };
229 void operator()(A1& a1) const { in operator ()()
/dports/devel/boost-libs/boost_1_72_0/boost/lambda/
H A Dconstruct.hpp224 struct delete_array { struct
226 template <class U> struct sig { typedef void type; };
229 void operator()(A1& a1) const { in operator ()()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/lambda/
H A Dconstruct.hpp224 struct delete_array { struct
226 template <class U> struct sig { typedef void type; };
229 void operator()(A1& a1) const { in operator ()()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/lambda/
H A Dconstruct.hpp224 struct delete_array { struct
226 template <class U> struct sig { typedef void type; };
229 void operator()(A1& a1) const { in operator ()()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/lambda/
H A Dconstruct.hpp224 struct delete_array { struct
226 template <class U> struct sig { typedef void type; };
229 void operator()(A1& a1) const { in operator ()()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/lambda/
H A Dconstruct.hpp224 struct delete_array { struct
226 template <class U> struct sig { typedef void type; };
229 void operator()(A1& a1) const { in operator ()()
/dports/biology/lamarc/lamarc-2.1.8/boost/lambda/
H A Dconstruct.hpp221 struct delete_array { struct
223 template <class U> struct sig { typedef void type; };
226 void operator()(A1& a1) const { in operator ()()
/dports/www/phpbb3/phpBB3/phpbb/config/
H A Ddb_text.php152 public function delete_array(array $keys) function in phpbb\\config\\db_text
/dports/graphics/animorph/animorph-0.3/include/animorph/
H A Dutil.h86 void delete_array (T *t) in delete_array() function
/dports/math/cppad/CppAD-20210000.8/include/cppad/utility/
H A Domp_alloc.hpp634 static void delete_array(Type* array) in delete_array() function in CppAD::omp_alloc
/dports/math/SCIP/scip-7.0.3/src/cppad/utility/
H A Domp_alloc.hpp669 static void delete_array(Type* array) in delete_array() function in CppAD::omp_alloc
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/hpe/nimble/plugins/modules/
H A Dhpe_nimble_array.py228 def delete_array( function
/dports/irc/ezbounce/ezbounce-1.99.15/include/util/
H A Dgeneric.h28 struct delete_array { struct
29 template<typename T> void operator()(T& p) const { in operator()

1234