Home
last modified time | relevance | path

Searched defs:expected (Results 1 – 22 of 22) sorted by relevance

/tonic/tests/compression/src/
H A Dbidirectional_stream.rs35 let expected = match self.encoding { in client_enabled_server_enabled() localVariable
88 let expected = match encoding { in client_enabled_server_enabled() localVariable
H A Dclient_stream.rs32 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 Dcompressing_response.rs37 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 Dcompressing_request.rs32 let expected = match self.encoding { in client_enabled_server_enabled() localVariable
176 let expected = match encoding { in client_enabled_server_disabled() localVariable
H A Dserver_stream.rs46 let expected = match encoding { in client_enabled_server_enabled() localVariable
H A Dutil.rs161 let expected = match self.encoding { in call() localVariable
/tonic/tests/web/tests/
H A Dgrpc_web.rs36 let expected = Output { in binary_request() localVariable
59 let expected = Output { in text_request() localVariable
/tonic/tonic-reflection/tests/
H A Dserver.rs18 let mut expected = Vec::new(); in get_encoded_reflection_service_fd() localVariable
/tonic/tonic-types/src/richer_error/std_messages/
H A Dhelp.rs151 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 Dbad_request.rs155 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 Dquota_failure.rs152 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 Dprec_failure.rs175 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 Drequest_info.rs111 let expected = in gen_request_info() localVariable
H A Ddebug_info.rs109 let expected = in gen_debug_info() localVariable
H A Dloc_message.rs112 let expected = in gen_localized_message() localVariable
H A Dretry_info.rs147 let expected = in gen_retry_info() localVariable
H A Dresource_info.rs127 let expected = in gen_resource_info() localVariable
H A Derror_info.rs130 let expected = in gen_error_info() localVariable
/tonic/tonic-web/src/
H A Dcall.rs640 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 Dserver.rs196 let expected = crate::pb::health_check_response::ServingStatus::from(expected) as i32; in assert_serving_status() localVariable
/tonic/tonic/src/service/
H A Dinterceptor.rs311 let expected = Status::permission_denied(message).into_http::<()>(); in handles_intercepted_status_as_response() localVariable
/tonic/tonic/src/codec/
H A Dprost.rs212 let expected = Status::out_of_range(format!( in decode_max_message_size_exceeded() localVariable