Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/
Dfunctions.rs389 pub fn create_scalar_function<F, T>( in create_scalar_function() method
402 .create_scalar_function(fn_name, n_arg, flags, x_func) in create_scalar_function()
471 fn create_scalar_function<F, T>( in create_scalar_function() method
817 db.create_scalar_function( in test_function_half()
832 db.create_scalar_function( in test_remove_function()
881 db.create_scalar_function( in test_function_regexp_with_auxilliary()
902 db.create_scalar_function( in test_varargs_function()
932 db.create_scalar_function("example", 2, FunctionFlags::default(), |ctx| { in test_get_aux_type_checking()
Dlib.rs1696 db.create_scalar_function( in test_interrupt()