Searched refs:array_to_string (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/tests/ |
D | test.rs | 2233 let array_to_string = serde_json::to_string(&array_from_str).unwrap(); in test_borrowed_raw_value() localVariable 2234 assert_eq!(r#"["a",42,{"foo": "bar"},null]"#, array_to_string); in test_borrowed_raw_value() 2317 let array_to_string = serde_json::to_string(&array_from_str).unwrap(); in test_boxed_raw_value() localVariable 2318 assert_eq!(r#"["a",42,{"foo": "bar"},null]"#, array_to_string); in test_boxed_raw_value()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/tests/ |
H A D | test.rs | 2327 let array_to_string = serde_json::to_string(&array_from_str).unwrap(); in test_borrowed_raw_value() localVariable 2328 assert_eq!(r#"["a",42,{"foo": "bar"},null]"#, array_to_string); in test_borrowed_raw_value() 2413 let array_to_string = serde_json::to_string(&array_from_str).unwrap(); in test_boxed_raw_value() localVariable 2414 assert_eq!(r#"["a",42,{"foo": "bar"},null]"#, array_to_string); in test_boxed_raw_value()
|