Home
last modified time | relevance | path

Searched refs:r_get_array_sum (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/cxx/tests/ffi/
Dlib.rs314 fn r_get_array_sum(self: &Array) -> i32; in r_get_array_sum() function
420 pub fn r_get_array_sum(&self) -> i32 { in r_get_array_sum() method
/aosp_15_r20/external/rust/cxx/tests/
Dtest.rs273 assert_eq!(array.a.len() as i32 * val, array.r_get_array_sum()); in test_c_method_calls()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/tests/
H A Dtest.rs273 assert_eq!(array.a.len() as i32 * val, array.r_get_array_sum()); in test_c_method_calls()