Home
last modified time | relevance | path

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

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