Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/
Dtemplate-utils.h35 constexpr auto make_array(Function f) { in make_array() function
/third_party/json/include/nlohmann/detail/meta/
Dcpp_future.hpp165 inline constexpr std::array<T, sizeof...(Args)> make_array(Args&& ... args) in make_array() function
/third_party/nghttp2/src/
Dtemplate.h48 make_array(T &&...t) { in make_array() function
/third_party/python/Modules/
Darraymodule.c1931 make_array(PyTypeObject *arraytype, char typecode, PyObject *items) in make_array() function
/third_party/json/single_include/nlohmann/
Djson.hpp3206 inline constexpr std::array<T, sizeof...(Args)> make_array(Args&& ... args) in make_array() function