Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h317 void (*SetLongField)(EtsEnv *env, ets_object obj, ets_field p_field, ets_long value); member
1051 void SetLongField(ets_object obj, ets_field p_field, ets_long value) in SetLongField() function
Dets_napi_native_interface.cpp1473 NO_UB_SANITIZE static void SetLongField(EtsEnv *env, ets_object obj, ets_field pField, ets_long val… in SetLongField() function