Home
last modified time | relevance | path

Searched refs:make_array (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-opcodes-inl.h644 base::make_array<256>(GetShortOpcodeSigIndex);
646 base::make_array<256>(GetAsmJsOpcodeSigIndex);
648 base::make_array<256>(GetSimdOpcodeSigIndex);
650 base::make_array<256>(GetAtomicOpcodeSigIndex);
652 base::make_array<256>(GetNumericOpcodeSigIndex);
Dfunction-body-decoder-impl.h3589 base::make_array<256>(GetOpcodeHandlerTableEntry);
/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/
DHttpServer.cc937 auto nva = make_array(http2::make_nv_ls_nocopy(":status", status), in submit_file_response()
990 auto nva = make_array(http2::make_nv_ls_nocopy(":status", status), in submit_response()
1009 auto nva = make_array(http2::make_nv_ls(":status", status)); in submit_non_final_response()
1025 auto nva = make_array(http2::make_nv_ll(":method", "GET"), in submit_push_promise()
Dtemplate.h48 make_array(T &&...t) { in make_array() function
Dh2load.cc3018 auto override_hdrs = make_array<std::string>(":authority", ":host", ":method", in main()
/third_party/python/Modules/
Darraymodule.c1931 make_array(PyTypeObject *arraytype, char typecode, PyObject *items) in make_array() function
2026 return make_array(arraytype, (char)typecode, items); in array__array_reconstructor_impl()
2172 result = make_array(arraytype, (char)typecode, converted_items); in array__array_reconstructor_impl()
/third_party/json/include/nlohmann/detail/input/
Dbinary_reader.hpp2973 make_array<char_int_type>('F', 'H', 'N', 'S', 'T', 'Z', '[', '{')
2976 make_array<bjd_type>( \
/third_party/json/single_include/nlohmann/
Djson.hpp3206 inline constexpr std::array<T, sizeof...(Args)> make_array(Args&& ... args) in make_array() function
12047 make_array<char_int_type>('F', 'H', 'N', 'S', 'T', 'Z', '[', '{')
12050 make_array<bjd_type>( \