Home
last modified time | relevance | path

Searched refs:CallNonvirtualBooleanMethodList (Results 1 – 1 of 1) sorted by relevance

/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/src/cpp/ets/
Detsapi.h250 …ets_boolean (*CallNonvirtualBooleanMethodList)(EtsEnv *env, ets_object obj, ets_class cls, ets_met… member
820 …ets_boolean res = native_interface->CallNonvirtualBooleanMethodList(this, obj, cls, method_id, arg… in CallNonvirtualBooleanMethod()
824 …ets_boolean CallNonvirtualBooleanMethodList(ets_object obj, ets_class cls, ets_method method_id, v… in CallNonvirtualBooleanMethodList() function
826 return native_interface->CallNonvirtualBooleanMethodList(this, obj, cls, method_id, args); in CallNonvirtualBooleanMethodList()