Searched refs:functionObjGlobal (Results 1 – 1 of 1) sorted by relevance
215 jobject functionObjGlobal = reinterpret_cast<jobject>(sqlite3_user_data(context)); in sqliteCustomScalarFunctionCallback() local216 ScopedLocalRef<jobject> functionObj(env, env->NewLocalRef(functionObjGlobal)); in sqliteCustomScalarFunctionCallback()239 jobject functionObjGlobal = reinterpret_cast<jobject>(data); in sqliteCustomScalarFunctionDestructor() local242 env->DeleteGlobalRef(functionObjGlobal); in sqliteCustomScalarFunctionDestructor()249 jobject functionObjGlobal = env->NewGlobalRef(functionObj); in nativeRegisterCustomScalarFunction() local253 reinterpret_cast<void*>(functionObjGlobal), in nativeRegisterCustomScalarFunction()261 env->DeleteGlobalRef(functionObjGlobal); in nativeRegisterCustomScalarFunction()287 jobject functionObjGlobal = reinterpret_cast<jobject>(sqlite3_user_data(context)); in sqliteCustomAggregateFunctionStep() local288 ScopedLocalRef<jobject> functionObj(env, env->NewLocalRef(functionObjGlobal)); in sqliteCustomAggregateFunctionStep()333 jobject functionObjGlobal = reinterpret_cast<jobject>(data); in sqliteCustomAggregateFunctionDestructor() local[all …]