Searched defs:addMethod (Results 1 – 4 of 4) sorted by relevance
| /developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/src/cpp/jni/ |
| D | convertors-jni.cc | 101 void JniExports::addMethod(const char* module, const char *name, const char *type, void *impl) { in addMethod() function in JniExports
|
| /developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/src/cpp/ani/ |
| D | convertors-ani.cc | 99 void AniExports::addMethod(const char* module, const char *name, const char *type, void *impl, int … in addMethod() function in AniExports
|
| /developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/src/cpp/ets/ |
| D | convertors-ets.cc | 114 void EtsExports::addMethod(const char* module, const char *name, const char *type, void *impl, int … in addMethod() function in EtsExports
|
| /developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/src/cpp/napi/ |
| D | convertors-napi.cc | 285 void Exports::addMethod(const char* module, const char* name, napi_type_t impl) { in addMethod() function in Exports
|