Home
last modified time | relevance | path

Searched defs:add_two_ints_via_rust (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/build/rust/tests/test_rust_shared_library/src/
H A Dlib.rs16 fn add_two_ints_via_rust(x: i32, y: i32) -> i32; in add_two_ints_via_rust() function
39 pub fn add_two_ints_via_rust(x: i32, y: i32) -> i32 { in add_two_ints_via_rust() function
/aosp_15_r20/external/cronet/build/rust/tests/test_rust_static_library/src/
H A Dlib.rs16 fn add_two_ints_via_rust(x: i32, y: i32) -> i32; in add_two_ints_via_rust() function
39 pub fn add_two_ints_via_rust(x: i32, y: i32) -> i32 { in add_two_ints_via_rust() function
/aosp_15_r20/external/angle/build/rust/tests/test_rust_shared_library/src/
H A Dlib.rs15 fn add_two_ints_via_rust(x: i32, y: i32) -> i32; in add_two_ints_via_rust() function
40 pub fn add_two_ints_via_rust(x: i32, y: i32) -> i32 { in add_two_ints_via_rust() function
/aosp_15_r20/external/angle/build/rust/tests/test_rust_static_library/src/
H A Dlib.rs15 fn add_two_ints_via_rust(x: i32, y: i32) -> i32; in add_two_ints_via_rust() function
42 pub fn add_two_ints_via_rust(x: i32, y: i32) -> i32 { in add_two_ints_via_rust() function