Home
last modified time | relevance | path

Searched defs:SetShortField (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h315 void (*SetShortField)(EtsEnv *env, ets_object obj, ets_field p_field, ets_short value); member
1043 void SetShortField(ets_object obj, ets_field p_field, ets_short value) in SetShortField() function
Dets_napi_native_interface.cpp1461 NO_UB_SANITIZE static void SetShortField(EtsEnv *env, ets_object obj, ets_field pField, ets_short v… in SetShortField() function