Home
last modified time | relevance | path

Searched refs:unknown (Results 1 – 7 of 7) sorted by relevance

/tonic/tonic-health/proto/
H A Dhealth.proto43 // If the requested service is unknown, the call will fail with status
52 // If the requested service is unknown when the call is received, the
/tonic/tonic-build/src/
H A Dclient.rs241 tonic::Status::unknown(format!("Service was not ready: {}", e.into())) in generate_unary()
272 tonic::Status::unknown(format!("Service was not ready: {}", e.into())) in generate_server_streaming()
303 tonic::Status::unknown(format!("Service was not ready: {}", e.into())) in generate_client_streaming()
334 tonic::Status::unknown(format!("Service was not ready: {}", e.into())) in generate_streaming()
/tonic/tonic-health/src/generated/
H A Dgrpc_health_v1.rs151 tonic::Status::unknown( in check()
190 tonic::Status::unknown( in watch()
/tonic/tonic-reflection/src/generated/
H A Dgrpc_reflection_v1.rs242 tonic::Status::unknown( in server_reflection_info()
H A Dgrpc_reflection_v1alpha.rs242 tonic::Status::unknown( in server_reflection_info()
/tonic/tonic/src/
H A Dstatus.rs186 pub fn unknown(message: impl Into<String>) -> Status { in unknown() method
972 assert_eq!(Status::unknown("").code(), Code::Unknown); in constructors()
/tonic/tonic/src/metadata/
H A Dmap.rs2516 let s1 = Status::unknown(special_char_message); in test_to_headers_encoding()