Searched defs:convertTo (Results 1 – 6 of 6) sorted by relevance
70 static InteropType convertTo(JNIEnv* env, T value) { return value; } in convertTo() function78 static inline InteropType convertTo(JNIEnv* env, T value) { return value; } in convertTo() function
30 static InteropType convertTo(T value) { return value; } in convertTo() function
33 static InteropType convertTo(ani_env* env, T value) { return value; } in convertTo() function
35 static InteropType convertTo(EtsEnv* env, T value) { return value; } in convertTo() function
51 static inline InteropType convertTo(T value) { return value; } in convertTo() function
38 static InteropType convertTo(napi_env env, T value) { return value; } in convertTo() function