Searched refs:Unimplemented (Results 1 – 11 of 11) sorted by relevance
| /tonic/tests/default_stubs/src/ |
| H A D | test_defaults.rs | 54 Code::Unimplemented in test_default_stubs() 62 Code::Unimplemented in test_default_stubs() 70 Code::Unimplemented in test_default_stubs() 78 Code::Unimplemented in test_default_stubs()
|
| /tonic/tonic/src/ |
| H A D | status.rs | 97 Unimplemented = 12, enumerator 143 Code::Unimplemented => "Operation is not implemented or not supported", in description() 279 Status::new(Code::Unimplemented, message) in unimplemented() 753 http::StatusCode::NOT_FOUND => Code::Unimplemented, in infer_grpc_status() 807 (b'1', b'2') => Code::Unimplemented, in from_bytes() 832 Code::Unimplemented => HeaderValue::from_static("12"), in to_header_value() 861 12 => Code::Unimplemented, in from() 988 assert_eq!(Status::unimplemented("").code(), Code::Unimplemented); in constructors()
|
| /tonic/interop/src/ |
| H A D | client.rs | 321 Err(status) => status.code() == Code::Unimplemented, in unimplemented_method() 336 Err(status) => status.code() == Code::Unimplemented, in unimplemented_service()
|
| /tonic/tests/compression/src/ |
| H A D | compressing_request.rs | 175 assert_eq!(status.code(), tonic::Code::Unimplemented); in client_enabled_server_disabled()
|
| H A D | client_stream.rs | 159 assert_eq!(status.code(), tonic::Code::Unimplemented); in client_enabled_server_disabled()
|
| H A D | compressing_response.rs | 301 assert_eq!(status.code(), tonic::Code::Unimplemented); in server_replying_with_unsupported_encoding()
|
| /tonic/tonic-health/src/generated/ |
| H A D | grpc_health_v1.rs | 429 (tonic::Code::Unimplemented as i32).into(), in call()
|
| /tonic/tonic-reflection/src/generated/ |
| H A D | grpc_reflection_v1.rs | 431 (tonic::Code::Unimplemented as i32).into(), in call()
|
| H A D | grpc_reflection_v1alpha.rs | 431 (tonic::Code::Unimplemented as i32).into(), in call()
|
| /tonic/tonic-build/src/ |
| H A D | server.rs | 170 … headers.insert(tonic::Status::GRPC_STATUS, (tonic::Code::Unimplemented as i32).into()); in generate_internal()
|
| /tonic/ |
| H A D | CHANGELOG.md | 460 * **transport:** Add content-type for Unimplemented ([#434](https://github.com/hyperium/tonic/issue…
|