Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/beto-rust/common/derive_fuzztest_macro/src/
Dlib.rs68 fuzz_impl(attr.into(), item.into()) in fuzz()
73 fn fuzz_impl(attr: TokenStream2, item: TokenStream2) -> syn::Result<TokenStream2> { in fuzz_impl() function
283 use crate::{fuzz_impl, fuzztest_impl, proptest_impl};
393 fuzz_impl( in test_fuzz_expansion()