Home
last modified time | relevance | path

Searched refs:unimplemented (Results 1 – 14 of 14) sorted by relevance

/tonic/tests/integration_tests/tests/
H A Dcomplex_tower_middleware.rs20 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()
H A Dstreams.rs56 unimplemented!() in poll_next()
H A Dmax_message_size.rs128 unimplemented!() in response_stream_limit()
297 unimplemented!() in max_message_run()
/tonic/tonic/src/service/
H A Drouter.rs51 router: axum::Router::new().fallback(unimplemented), in default()
138 async fn unimplemented() -> Response<Body> { in unimplemented() function
139 let (parts, ()) = Status::unimplemented("").into_http::<()>().into_parts(); in unimplemented()
/tonic/interop/src/
H A Dserver.rs58 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()
/tonic/examples/src/streaming/
H A Dserver.rs41 Err(Status::unimplemented("not implemented")) in unary_echo()
87 Err(Status::unimplemented("not implemented")) in client_streaming_echo()
/tonic/interop/src/bin/
H A Dclient.rs86 _ => unimplemented!(), in main()
/tonic/tonic-build/src/
H A Dserver.rs270 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()
/tonic/tonic/benches-disabled/benchmarks/compiled_protos/
H A Dhelloworld.rs84 Err(tonic::Status::unimplemented("Not yet implemented")) in say_hello()
/tonic/interop/proto/grpc/testing/
H A Dtest.proto63 // to test the behavior when clients call unimplemented methods.
/tonic/tonic/src/codec/
H A Dcompression.rs158 let mut status = Status::unimplemented(format!( in from_encoding_header()
/tonic/tonic/src/
H A Dstatus.rs278 pub fn unimplemented(message: impl Into<String>) -> Status { in unimplemented() method
988 assert_eq!(Status::unimplemented("").code(), Code::Unimplemented); in constructors()
/tonic/examples/
H A Drouteguide-tutorial.md275 unimplemented!()
284 unimplemented!()
291 unimplemented!()
300 unimplemented!()
/tonic/
H A DCHANGELOG.md33 * **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…