| /tonic/tests/compression/src/ |
| H A D | bidirectional_stream.rs | 35 let expected = match self.encoding { in client_enabled_server_enabled() localVariable 88 let expected = match encoding { in client_enabled_server_enabled() localVariable
|
| H A D | client_stream.rs | 32 let expected = match self.encoding { in client_enabled_server_enabled() localVariable 160 let expected = match encoding { in client_enabled_server_disabled() localVariable 217 let expected = match encoding { in compressing_response_from_client_stream() localVariable
|
| H A D | compressing_response.rs | 37 let expected = match self.encoding { in client_enabled_server_enabled() localVariable 87 let expected = match encoding { in client_enabled_server_enabled() localVariable 352 let expected = match encoding { in disabling_compression_on_single_response() localVariable 410 let expected = match encoding { in disabling_compression_on_response_but_keeping_compression_on_stream() localVariable 481 let expected = match encoding { in disabling_compression_on_response_from_client_stream() localVariable
|
| H A D | compressing_request.rs | 32 let expected = match self.encoding { in client_enabled_server_enabled() localVariable 176 let expected = match encoding { in client_enabled_server_disabled() localVariable
|
| H A D | server_stream.rs | 46 let expected = match encoding { in client_enabled_server_enabled() localVariable
|
| H A D | util.rs | 161 let expected = match self.encoding { in call() localVariable
|
| /tonic/tests/web/tests/ |
| H A D | grpc_web.rs | 36 let expected = Output { in binary_request() localVariable 59 let expected = Output { in text_request() localVariable
|
| /tonic/tonic-reflection/tests/ |
| H A D | server.rs | 18 let mut expected = Vec::new(); in get_encoded_reflection_service_fd() localVariable
|
| /tonic/tonic-types/src/richer_error/std_messages/ |
| H A D | help.rs | 151 let expected = "Help { links: [] }"; in gen_help() localVariable 184 …let expected = "Any { type_url: \"type.googleapis.com/google.rpc.Help\", value: [10, 46, 10, 18, 1… in gen_help() localVariable
|
| H A D | bad_request.rs | 155 let expected = "BadRequest { field_violations: [] }"; in gen_bad_request() localVariable 188 …let expected = "Any { type_url: \"type.googleapis.com/google.rpc.BadRequest\", value: [10, 24, 10,… in gen_bad_request() localVariable
|
| H A D | quota_failure.rs | 152 let expected = "QuotaFailure { violations: [] }"; in gen_quota_failure() localVariable 186 …let expected = "Any { type_url: \"type.googleapis.com/google.rpc.QuotaFailure\", value: [10, 38, 1… in gen_quota_failure() localVariable
|
| H A D | prec_failure.rs | 175 let expected = "PreconditionFailure { violations: [] }"; in gen_prec_failure() localVariable 209 …let expected = "Any { type_url: \"type.googleapis.com/google.rpc.PreconditionFailure\", value: [10… in gen_prec_failure() localVariable
|
| H A D | request_info.rs | 111 let expected = in gen_request_info() localVariable
|
| H A D | debug_info.rs | 109 let expected = in gen_debug_info() localVariable
|
| H A D | loc_message.rs | 112 let expected = in gen_localized_message() localVariable
|
| H A D | retry_info.rs | 147 let expected = in gen_retry_info() localVariable
|
| H A D | resource_info.rs | 127 let expected = in gen_resource_info() localVariable
|
| H A D | error_info.rs | 130 let expected = in gen_error_info() localVariable
|
| /tonic/tonic-web/src/ |
| H A D | call.rs | 640 let mut expected = HeaderMap::new(); in decode_multiple_trailers() localVariable 657 let mut expected = HeaderMap::new(); in decode_trailers_with_space_after_colon() localVariable
|
| /tonic/tonic-health/src/ |
| H A D | server.rs | 196 let expected = crate::pb::health_check_response::ServingStatus::from(expected) as i32; in assert_serving_status() localVariable
|
| /tonic/tonic/src/service/ |
| H A D | interceptor.rs | 311 let expected = Status::permission_denied(message).into_http::<()>(); in handles_intercepted_status_as_response() localVariable
|
| /tonic/tonic/src/codec/ |
| H A D | prost.rs | 212 let expected = Status::out_of_range(format!( in decode_max_message_size_exceeded() localVariable
|