| /tonic/tonic/src/transport/ |
| H A D | error.rs | 62 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 63 let mut f = f.debug_tuple("tonic::transport::Error"); in fmt() localVariable 65 f.field(&self.inner.kind); in fmt() 68 f.field(source); in fmt() 71 f.finish() in fmt() 76 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 77 f.write_str(self.description()) in fmt()
|
| /tonic/tonic/src/transport/service/ |
| H A D | tls.rs | 21 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 24 TlsError::H2NotNegotiated => write!(f, "HTTP/2 was not negotiated."), in fmt() 26 TlsError::NativeCertsNotFound => write!(f, "no native certs found"), in fmt() 27 TlsError::CertificateParseError => write!(f, "Error parsing TLS certificate."), in fmt() 29 f, in fmt()
|
| /tonic/tonic/src/metadata/ |
| H A D | encoding.rs | 44 fn fmt(value: &HeaderValue, f: &mut fmt::Formatter<'_>) -> fmt::Result; in fmt() 109 fn fmt(value: &HeaderValue, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 110 fmt::Debug::fmt(value, f) in fmt() 174 fn fmt(value: &HeaderValue, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 176 write!(f, "{:?}", decoded) in fmt() 178 write!(f, "b[invalid]{:?}", value) in fmt() 198 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 199 f.write_str("failed to parse metadata value") in fmt() 219 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 220 self.0.fmt(f) in fmt()
|
| H A D | key.rs | 273 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 274 f.write_str("invalid gRPC metadata key name") in fmt()
|
| /tonic/examples/data/gcp/ |
| H A D | roots.pem | 40 # MD5 Fingerprint: 1d:35:54:04:85:78:b0:3f:42:42:4d:bf:20:73:0a:3f 42 # SHA256 Fingerprint: 68:7f:a4:51:38:22:78:ff:f0:c8:b1:1f:8d:43:d5:76:67:1c:6e:b2:bc:ea:b4:13:fb:83… 109 # SHA1 Fingerprint: 9f:74:4e:9f:2b:4d:ba:ec:0f:31:2c:50:b6:56:3b:8e:2d:93:c3:11 110 …6 Fingerprint: 17:93:92:7a:06:14:54:97:89:ad:ce:2f:8f:34:f7:f0:b6:6d:0f:3a:e3:a3:b8:4d:21:ec:15:db… 178 # SHA256 Fingerprint: 4f:f4:60:d5:4b:9c:86:da:bf:bc:fc:57:12:e0:40:0d:2b:ed:3f:bc:4d:4f:bd:aa:86:e0… 368 # SHA1 Fingerprint: f5:17:a2:4f:9a:48:c6:c9:f8:a2:00:26:9f:dc:0f:48:2c:ab:30:89 509 # MD5 Fingerprint: 78:f2:fc:aa:60:1f:2f:b4:eb:c9:37:ba:53:2e:75:49 579 # MD5 Fingerprint: d6:a5:c3:ed:5d:dd:3e:00:c1:3d:87:92:1f:1d:3f:e4 891 # SHA1 Fingerprint: 1f:24:c6:30:cd:a4:18:ef:20:69:ff:ad:4f:dd:5f:46:3a:1b:69:aa 1023 …rint: 14:65:fa:20:53:97:b8:76:fa:a6:f0:a9:95:8e:55:90:e4:0f:cc:7f:aa:4f:b7:c2:c8:67:75:21:fb:5f:b6… [all …]
|
| /tonic/tonic-health/src/ |
| H A D | lib.rs | 59 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { in fmt() 61 ServingStatus::Unknown => f.write_str("Unknown"), in fmt() 62 ServingStatus::Serving => f.write_str("Serving"), in fmt() 63 ServingStatus::NotServing => f.write_str("NotServing"), in fmt()
|
| /tonic/tests/skip_debug/src/ |
| H A D | lib.rs | 7 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { in fmt() 8 f.debug_struct("Output").finish() in fmt()
|
| /tonic/interop/src/ |
| H A D | lib.rs | 71 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 75 f, in fmt() 85 f, in fmt() 97 f, in fmt()
|
| /tonic/tonic/src/transport/server/ |
| H A D | tls.rs | 17 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 18 f.debug_struct("ServerTlsConfig").finish() in fmt()
|
| /tonic/tonic/src/service/ |
| H A D | recover_error.rs | 80 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 81 f.debug_struct("ResponseFuture").finish() in fmt() 118 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 119 f.debug_struct("ResponseBody").finish() in fmt()
|
| H A D | router.rs | 165 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 166 f.debug_tuple("RoutesFuture").finish() in fmt()
|
| /tonic/tonic/src/transport/server/service/ |
| H A D | tls.rs | 69 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 70 f.debug_struct("TlsAcceptor").finish() in fmt()
|
| /tonic/tonic/src/ |
| H A D | response.rs | 93 pub fn map<F, U>(self, f: F) -> Response<U> in map() 97 let message = f(self.message); in map()
|
| H A D | status.rs | 154 std::fmt::Display::fmt(self.description(), f) in fmt() 639 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 641 let mut builder = f.debug_struct("Status"); in fmt() 713 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 715 f, in fmt() 888 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 889 write!(f, "nested error: {}", self.0) in fmt() 1027 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 1028 write!(f, "Timeout expired") in fmt() 1041 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() [all …]
|
| /tonic/tonic/src/transport/channel/service/ |
| H A D | connector.rs | 87 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 88 write!(f, "Connecting to HTTPS without TLS enabled") in fmt()
|
| H A D | tls.rs | 124 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 125 f.debug_struct("TlsConnector").finish() in fmt()
|
| H A D | reconnect.rs | 85 State::Connecting(ref mut f) => { in poll_ready() 87 match Pin::new(f).poll(cx) { in poll_ready()
|
| H A D | connection.rs | 127 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 128 f.debug_struct("Connection").finish() in fmt()
|
| /tonic/tonic/src/transport/channel/ |
| H A D | mod.rs | 234 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 235 f.debug_struct("Channel").finish() in fmt() 240 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 241 f.debug_struct("ResponseFuture").finish() in fmt()
|
| /tonic/tonic-web/src/ |
| H A D | client.rs | 103 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 104 f.debug_struct("ResponseFuture").finish() in fmt()
|
| /tonic/tonic/src/codec/ |
| H A D | decode.rs | 171 f => { in decode_chunk() 176 f, status in decode_chunk() 179 …ved message with invalid compression flag: {} (valid flags are 0 and 1), while sending request", f) in decode_chunk() 415 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 416 f.debug_struct("Streaming").finish() in fmt()
|
| /tonic/tonic-reflection/src/server/ |
| H A D | v1alpha.rs | 135 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 136 f.debug_tuple("ServerReflectionInfoStream").finish() in fmt()
|
| H A D | v1.rs | 135 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 136 f.debug_tuple("ServerReflectionInfoStream").finish() in fmt()
|
| H A D | mod.rs | 319 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { in fmt() 321 Error::DecodeError(_) => f.write_str("error decoding FileDescriptorSet from buffer"), in fmt() 323 write!(f, "invalid FileDescriptorSet - {}", s) in fmt()
|
| /tonic/tonic/benches/ |
| H A D | decode.rs | 85 fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> { in fmt() 87 write!(f, "{:?}...({})", sample, self.data.len()) in fmt()
|