Searched refs:s2 (Results 1 – 2 of 2) sorted by relevance
| /tonic/tests/web/tests/ |
| H A D | grpc.rs | 88 let s2 = r2.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 | 2521 let s2 = Status::from_header_map(&s1_map).unwrap(); in test_to_headers_encoding() localVariable 2523 assert_eq!(s1.message(), s2.message()); in test_to_headers_encoding()
|