Searched defs:convertFrom (Results 1 – 6 of 6) sorted by relevance
69 static T convertFrom(JNIEnv* env, InteropType value) { return value; } in convertFrom() function77 static inline T convertFrom(JNIEnv* env, InteropType value) { return value; } in convertFrom() function
29 static T convertFrom(InteropType value) { return value; } in convertFrom() function
32 static T convertFrom(ani_env* env, InteropType value) { return value; } in convertFrom() function
34 static T convertFrom(EtsEnv* env, InteropType value) { return value; } in convertFrom() function
50 static inline T convertFrom(InteropType value) { return value; } in convertFrom() function
37 static T convertFrom(napi_env env, InteropType value) { return value; } in convertFrom() function