Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/src/cpp/ets/
Detsapi.h217 …ets_boolean (*CallBooleanMethodList)(EtsEnv *env, ets_object obj, ets_method p_method, va_list arg… member
660 ets_boolean res = native_interface->CallBooleanMethodList(this, obj, method_id, args); in CallBooleanMethod()
664 ets_boolean CallBooleanMethodList(ets_object obj, ets_method method_id, va_list args) in CallBooleanMethodList() function
666 return native_interface->CallBooleanMethodList(this, obj, method_id, args); in CallBooleanMethodList()