Home
last modified time | relevance | path

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

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