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/
H A 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);
H A Dfunction-body-decoder-impl.h3589 base::make_array<256>(GetOpcodeHandlerTableEntry); in GetOpcodeHandler()
/third_party/node/deps/v8/src/base/
H A Dtemplate-utils.h28 // base::make_array: Create an array of fixed length, initialized by a function.
31 // std::array<int, 3> arr = base::make_array<3>(
35 constexpr auto make_array(Function f) { in make_array() function
/third_party/json/include/nlohmann/detail/meta/
H A Dcpp_future.hpp165 inline constexpr std::array<T, sizeof...(Args)> make_array(Args&& ... args) in make_array() function
/third_party/nghttp2/src/
H A 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()
H A Dtemplate.h48 make_array(T &&...t) { in make_array() function
H A Dh2load.cc3018 auto override_hdrs = make_array<std::string>(":authority", ":host", ":method", in main()
/third_party/python/Modules/
H A 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()
2170 result = make_array(arraytype, (char)typecode, converted_items); in array__array_reconstructor_impl()
/third_party/json/include/nlohmann/detail/input/
H A 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/
H A 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>( \

Completed in 50 milliseconds