Searched defs:make_array (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/mp11/test/ |
D | tuple_transform_2.cpp | 33 template<class T1, class... T> std::array<T1, 1 + sizeof...(T)> make_array( T1 t1, T... t ) in make_array() function
|
/third_party/boost/boost/serialization/ |
D | array_wrapper.hpp | 111 const array_wrapper< T > make_array(T* t, S s){ in make_array() function
|
/third_party/boost/libs/regex/test/regress/ |
D | main.cpp | 152 const int* make_array(int first, ...) in make_array() function
|
/third_party/nghttp2/src/ |
D | template.h | 48 make_array(T &&... t) { in make_array() function
|
/third_party/boost/boost/numeric/ublas/ |
D | storage_sparse.hpp | 514 ar & serialization::make_array(data_, s); in serialize() member in boost::numeric::ublas::map_array::serialize::serialization
|
D | storage.hpp | 341 ar & serialization::make_array(data_, s); in serialize() member in boost::numeric::ublas::unbounded_array::serialize::serialization 537 ar & serialization::make_array(data_, s); in serialize() member in boost::numeric::ublas::bounded_array::serialize::serialization
|
D | matrix.hpp | 6002 ar & serialization::make_array(data_, N); in serialize() member in boost::numeric::ublas::c_matrix::serialize::serialization
|
/third_party/python/Modules/ |
D | arraymodule.c | 1931 make_array(PyTypeObject *arraytype, char typecode, PyObject *items) in make_array() function
|