Searched refs:s1 (Results 1 – 2 of 2) sorted by relevance
| /tonic/tests/web/tests/ |
| H A D | grpc.rs | 87 let s1 = r1.unwrap_err(); in smoke_error() localVariable 92 assert!(status(&s1) == status(&s2) && status(&s2) == status(&s3) && status(&s3) == status(&s4)) in smoke_error() 129 let ((s1, u1), (s2, u2), (s3, u3), (s4, u4)) = in spawn() 132 drop(tokio::spawn(async move { join!(s1, s2, s3, s4) })); in spawn()
|
| /tonic/tonic/src/metadata/ |
| H A D | map.rs | 2516 let s1 = Status::unknown(special_char_message); in test_to_headers_encoding() localVariable 2518 assert_eq!(s1.message(), special_char_message); in test_to_headers_encoding() 2520 let s1_map = s1.to_header_map().unwrap(); in test_to_headers_encoding() 2523 assert_eq!(s1.message(), s2.message()); in test_to_headers_encoding()
|