Searched refs:make_array (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes-inl.h | 644 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 D | function-body-decoder-impl.h | 3589 base::make_array<256>(GetOpcodeHandlerTableEntry); in GetOpcodeHandler()
|
/third_party/node/deps/v8/src/base/ |
H A D | template-utils.h | 28 // 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 D | cpp_future.hpp | 165 inline constexpr std::array<T, sizeof...(Args)> make_array(Args&& ... args) in make_array() function
|
/third_party/nghttp2/src/ |
H A D | HttpServer.cc | 937 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 D | template.h | 48 make_array(T &&...t) { in make_array() function
|
H A D | h2load.cc | 3018 auto override_hdrs = make_array<std::string>(":authority", ":host", ":method", in main()
|
/third_party/python/Modules/ |
H A D | arraymodule.c | 1931 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 D | binary_reader.hpp | 2973 make_array<char_int_type>('F', 'H', 'N', 'S', 'T', 'Z', '[', '{') 2976 make_array<bjd_type>( \
|
/third_party/json/single_include/nlohmann/ |
H A D | json.hpp | 3206 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