Searched refs:test_byte_string (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/tests/ |
H A D | test_lit.rs | 65 fn test_byte_string(s: &str, value: &[u8]) { in byte_strings() function 71 test_byte_string(&again, value); in byte_strings() 78 test_byte_string("b\"a\"", b"a"); in byte_strings() 79 test_byte_string("b\"\\n\"", b"\n"); in byte_strings() 80 test_byte_string("b\"\\r\"", b"\r"); in byte_strings() 81 test_byte_string("b\"\\t\"", b"\t"); in byte_strings() 82 test_byte_string("b\"\\\"\"", b"\""); in byte_strings() 83 test_byte_string("b\"'\"", b"'"); in byte_strings() 84 test_byte_string("b\"\"", b""); in byte_strings() 85 test_byte_string( in byte_strings() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/syn/tests/ |
D | test_lit.rs | 68 fn test_byte_string(s: &str, value: &[u8]) { in byte_strings() function 74 test_byte_string(&again, value); in byte_strings() 81 test_byte_string("b\"a\"", b"a"); in byte_strings() 82 test_byte_string("b\"\\n\"", b"\n"); in byte_strings() 83 test_byte_string("b\"\\r\"", b"\r"); in byte_strings() 84 test_byte_string("b\"\\t\"", b"\t"); in byte_strings() 85 test_byte_string("b\"\\\"\"", b"\""); in byte_strings() 86 test_byte_string("b\"'\"", b"'"); in byte_strings() 87 test_byte_string("b\"\"", b""); in byte_strings() 88 test_byte_string( in byte_strings() [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/tests/ |
H A D | test_lit.rs | 68 fn test_byte_string(s: &str, value: &[u8]) { in byte_strings() function 74 test_byte_string(&again, value); in byte_strings() 81 test_byte_string("b\"a\"", b"a"); in byte_strings() 82 test_byte_string("b\"\\n\"", b"\n"); in byte_strings() 83 test_byte_string("b\"\\r\"", b"\r"); in byte_strings() 84 test_byte_string("b\"\\t\"", b"\t"); in byte_strings() 85 test_byte_string("b\"\\\"\"", b"\""); in byte_strings() 86 test_byte_string("b\"'\"", b"'"); in byte_strings() 87 test_byte_string("b\"\"", b""); in byte_strings() 88 test_byte_string( in byte_strings() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde_cbor/tests/ |
D | ser.rs | 201 fn test_byte_string() { in test_byte_string() function
|
D | de.rs | 81 fn test_byte_string() { in test_byte_string() function
|