Home
last modified time | relevance | path

Searched defs:ElementSize (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.h30 enum ElementSize : uint8_t { ONE = 1, TWO = 2, FOUR = 4, EIGHT = 8 }; enum
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_buffer.h39 using ElementSize = base::ElementSize; variable
Djs_api_buffer.cpp46 using ElementSize = base::ElementSize; typedef