Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/cexpr/tests/
Dclang.rs28 fn bytes_to_int(value: &[u8]) -> Option<EvalResult> { in test_definition() function
76 bytes_to_int(value) in test_definition()
111 Int(_) => bytes_to_int(&arg), in test_definition()