Searched refs:unimplemented (Results 1 – 14 of 14) sorted by relevance
20 unimplemented!() in complex_tower_layers_work()39 unimplemented!() in new()47 unimplemented!() in layer()65 unimplemented!() in poll_ready()69 unimplemented!() in call()85 unimplemented!() in poll()104 unimplemented!() in poll_frame()
56 unimplemented!() in poll_next()
128 unimplemented!() in response_stream_limit()297 unimplemented!() in max_message_run()
51 router: axum::Router::new().fallback(unimplemented), in default()138 async fn unimplemented() -> Response<Body> { in unimplemented() function139 let (parts, ()) = Status::unimplemented("").into_http::<()>().into_parts(); in unimplemented()
58 unimplemented!() in cacheable_unary_call()150 Err(Status::unimplemented("TODO")) in half_duplex_call()154 Err(Status::unimplemented("")) in unimplemented_call()164 Err(Status::unimplemented("")) in unimplemented_call()
41 Err(Status::unimplemented("not implemented")) in unary_echo()87 Err(Status::unimplemented("not implemented")) in client_streaming_echo()
86 _ => unimplemented!(), in main()
270 Err(tonic::Status::unimplemented("Not yet implemented")) in generate_trait_methods()286 Err(tonic::Status::unimplemented("Not yet implemented")) in generate_trait_methods()302 Err(tonic::Status::unimplemented("Not yet implemented")) in generate_trait_methods()327 Err(tonic::Status::unimplemented("Not yet implemented")) in generate_trait_methods()
84 Err(tonic::Status::unimplemented("Not yet implemented")) in say_hello()
63 // to test the behavior when clients call unimplemented methods.
158 let mut status = Status::unimplemented(format!( in from_encoding_header()
278 pub fn unimplemented(message: impl Into<String>) -> Status { in unimplemented() method988 assert_eq!(Status::unimplemented("").code(), Code::Unimplemented); in constructors()
275 unimplemented!()284 unimplemented!()291 unimplemented!()300 unimplemented!()
33 * **router:** Add missing unimplemented fallback to RoutesBuilder (#1864)126 * **build:** Add optional default unimplemented stubs ([#1344](https://github.com/hyperium/tonic/is…457 * **build:** Add content-type for generated unimplemented service ([#441](https://github.com/hyperi…709 * **codegen:** Fix Empty protobuf type and add unimplemented ([#26](https://github.com/hyperium/ton…