Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_arraybuffer-inl.h151 T EtsEscompatArrayBuffer::GetAndBitwiseOr(uint32_t index, uint32_t byteOffset, T element) in GetAndBitwiseOr() function
Dets_array.h366 ClassType GetAndBitwiseOr(uint32_t index, uint32_t byteOffset, ClassType val) in GetAndBitwiseOr() function
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Darray-inl.h232 inline std::enable_if_t<std::is_arithmetic_v<T>, T> Array::GetAndBitwiseOr(ArraySizeT idx, T value, in GetAndBitwiseOr() function