Home
last modified time | relevance | path

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

/external/libbrillo/brillo/
Darray_utils.h19 constexpr auto make_array(T&&... values) { in make_array() function
/external/python/cpython3/Modules/
Darraymodule.c1931 make_array(PyTypeObject *arraytype, char typecode, PyObject *items) in make_array() function