Home
last modified time | relevance | path

Searched defs:make_array (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/base/
Dtemplate-utils.h35 constexpr auto make_array(Function f) { in make_array() function
/external/python/cpython3/Modules/
Darraymodule.c1922 make_array(PyTypeObject *arraytype, char typecode, PyObject *items) in make_array() function