Home
last modified time | relevance | path

Searched defs:test_parse_err (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/tests/
Dtest.rs648 macro_rules! test_parse_err { macro
655 fn test_parse_err<T>(errors: &[(&str, &'static str)]) in test_parse_err() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/tests/
H A Dtest.rs658 macro_rules! test_parse_err { macro
665 fn test_parse_err<T>(errors: &[(&str, &'static str)]) in test_parse_err() function
/aosp_15_r20/external/rust/android-crates-io/crates/serde-xml-rs/tests/
Dmigrated.rs53 fn test_parse_err<'de, 'a, T>(errors: &[&'a str]) in test_parse_err() function