Home
last modified time | relevance | path

Searched defs:continuation (Results 1 – 25 of 36) sorted by relevance

12

/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/
Dclient_unary_unary_interceptor_test.py58 async def intercept_unary_unary(self, continuation, argument
101 async def intercept_unary_unary(self, continuation, argument
130 async def intercept_unary_unary(self, continuation, argument
171 async def intercept_unary_unary(self, continuation, argument
229 async def intercept_unary_unary(self, continuation, argument
239 async def intercept_unary_unary(self, continuation, argument
284 async def intercept_unary_unary(self, continuation, argument
312 async def intercept_unary_unary(self, continuation, argument
341 async def intercept_unary_unary(self, continuation, argument
374 async def intercept_unary_unary(self, continuation, argument
[all …]
Dclient_unary_stream_interceptor_test.py40 async def intercept_unary_stream(self, continuation, client_call_details, argument
51 async def intercept_unary_stream(self, continuation, client_call_details, argument
259 async def intercept_unary_stream(self, continuation, argument
294 async def intercept_unary_stream(self, continuation, argument
348 async def intercept_unary_stream(self, continuation, argument
376 async def intercept_unary_stream(self, continuation, argument
Dclient_stream_unary_interceptor_test.py39 async def intercept_stream_unary(self, continuation, client_call_details, argument
50 async def intercept_stream_unary(self, continuation, client_call_details, argument
316 async def intercept_stream_unary(self, continuation, argument
359 async def intercept_stream_unary(self, continuation, argument
433 async def intercept_stream_unary(self, continuation, argument
469 async def intercept_stream_unary(self, continuation, argument
Dclient_stream_stream_interceptor_test.py32 async def intercept_stream_stream(self, continuation, client_call_details, argument
43 async def intercept_stream_stream(self, continuation, client_call_details, argument
/third_party/boost/boost/thread/executors/
Dserial_executor_cont.hpp45 struct continuation { struct in boost::executors::serial_executor_cont
46 work task;
48 struct result {
51 continuation(BOOST_THREAD_RV_REF(work) tsk) in continuation() argument
53 void operator()(BOOST_THREAD_FUTURE<void> f) in operator ()()
/third_party/grpc/examples/python/interceptors/headers/
Dgeneric_client_interceptor.py27 def intercept_unary_unary(self, continuation, client_call_details, request): argument
33 def intercept_unary_stream(self, continuation, client_call_details, argument
40 def intercept_stream_unary(self, continuation, client_call_details, argument
47 def intercept_stream_stream(self, continuation, client_call_details, argument
Drequest_header_validator_interceptor.py34 def intercept_service(self, continuation, handler_call_details): argument
/third_party/grpc/src/csharp/Grpc.Core.Tests/Interceptors/
DClientInterceptorTest.cs142 …text<TRequest, TResponse> context, BlockingUnaryCallContinuation<TRequest, TResponse> continuation) in BlockingUnaryCall()
148 …Context<TRequest, TResponse> context, AsyncUnaryCallContinuation<TRequest, TResponse> continuation) in AsyncUnaryCall()
154 …equest, TResponse> context, AsyncServerStreamingCallContinuation<TRequest, TResponse> continuation) in AsyncServerStreamingCall()
160 …equest, TResponse> context, AsyncClientStreamingCallContinuation<TRequest, TResponse> continuation) in AsyncClientStreamingCall()
166 …equest, TResponse> context, AsyncDuplexStreamingCallContinuation<TRequest, TResponse> continuation) in AsyncDuplexStreamingCall()
175 …equest, TResponse> context, AsyncClientStreamingCallContinuation<TRequest, TResponse> continuation) in AsyncClientStreamingCall()
DServerInterceptorTest.cs148 …>(TRequest request, ServerCallContext context, UnaryServerMethod<TRequest, TResponse> continuation) in UnaryServerHandler()
154 …stStream, ServerCallContext context, ClientStreamingServerMethod<TRequest, TResponse> continuation) in ClientStreamingServerHandler()
160 …seStream, ServerCallContext context, ServerStreamingServerMethod<TRequest, TResponse> continuation) in ServerStreamingServerHandler()
166 …seStream, ServerCallContext context, DuplexStreamingServerMethod<TRequest, TResponse> continuation) in DuplexStreamingServerHandler()
/third_party/grpc/src/php/lib/Grpc/
DInterceptor.php34 $continuation,
44 $continuation,
55 $continuation,
65 $continuation,
/third_party/grpc/src/php/tests/unit_tests/
DInterceptorTest.php99 $continuation,
108 $continuation,
122 $continuation,
135 $continuation,
178 $continuation,
187 $continuation,
202 $continuation,
210 $continuation,
/third_party/grpc/src/csharp/Grpc.Core.Api/Interceptors/
DCallInvokerExtensions.cs117 …text<TRequest, TResponse> context, BlockingUnaryCallContinuation<TRequest, TResponse> continuation) in BlockingUnaryCall()
122 …Context<TRequest, TResponse> context, AsyncUnaryCallContinuation<TRequest, TResponse> continuation) in AsyncUnaryCall()
127 …equest, TResponse> context, AsyncServerStreamingCallContinuation<TRequest, TResponse> continuation) in AsyncServerStreamingCall()
132 …equest, TResponse> context, AsyncClientStreamingCallContinuation<TRequest, TResponse> continuation) in AsyncClientStreamingCall()
137 …equest, TResponse> context, AsyncDuplexStreamingCallContinuation<TRequest, TResponse> continuation) in AsyncDuplexStreamingCall()
/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_interceptor_test.py206 def intercept_unary_unary(self, continuation, client_call_details, request): argument
212 def intercept_unary_stream(self, continuation, client_call_details, argument
219 def intercept_stream_unary(self, continuation, client_call_details, argument
226 def intercept_stream_stream(self, continuation, client_call_details, argument
244 def intercept_service(self, continuation, handler_call_details): argument
248 def intercept_unary_unary(self, continuation, client_call_details, request): argument
261 def intercept_unary_stream(self, continuation, client_call_details, argument
266 def intercept_stream_unary(self, continuation, client_call_details, argument
278 def intercept_stream_stream(self, continuation, client_call_details, argument
327 def intercept_service(self, continuation, handler_call_details): argument
[all …]
/third_party/grpc/src/csharp/Grpc.Core.Api/
DClientBase.cs172 …text<TRequest, TResponse> context, BlockingUnaryCallContinuation<TRequest, TResponse> continuation) in BlockingUnaryCall()
177 …Context<TRequest, TResponse> context, AsyncUnaryCallContinuation<TRequest, TResponse> continuation) in AsyncUnaryCall()
182 …equest, TResponse> context, AsyncServerStreamingCallContinuation<TRequest, TResponse> continuation) in AsyncServerStreamingCall()
187 …equest, TResponse> context, AsyncClientStreamingCallContinuation<TRequest, TResponse> continuation) in AsyncClientStreamingCall()
192 …equest, TResponse> context, AsyncDuplexStreamingCallContinuation<TRequest, TResponse> continuation) in AsyncDuplexStreamingCall()
/third_party/grpc/examples/python/interceptors/default_value/
Ddefault_value_client_interceptor.py55 def _intercept_call(self, continuation, client_call_details, argument
60 def intercept_unary_unary(self, continuation, client_call_details, request): argument
63 def intercept_stream_unary(self, continuation, client_call_details, argument
/third_party/boost/boost/context/
Dcontinuation_fcontext.hpp204 class continuation { class
223 continuation( detail::fcontext_t fctx) noexcept : in continuation() function in boost::context::continuation
243 continuation( continuation && other) noexcept { in continuation() function in boost::context::continuation
Dcontinuation_winfib.hpp293 class BOOST_CONTEXT_DECL continuation { class
316 continuation( detail::activation_record * ptr) noexcept : in continuation() function in boost::context::continuation
337 continuation( continuation && other) noexcept { in continuation() function in boost::context::continuation
Dcontinuation_ucontext.hpp358 class BOOST_CONTEXT_DECL continuation { class
381 continuation( detail::activation_record * ptr) noexcept : in continuation() function in boost::context::continuation
402 continuation( continuation && other) noexcept { in continuation() function in boost::context::continuation
/third_party/grpc/examples/python/auth/
Dcustomized_auth_server.py46 def intercept_service(self, continuation, handler_call_details): argument
/third_party/grpc/src/python/grpcio/grpc/
D_interceptor.py235 def continuation(new_details, request): function
284 def continuation(new_details, request): function
322 def continuation(new_details, request): function
374 def continuation(new_details, request_iterator): function
423 def continuation(new_details, request_iterator): function
461 def continuation(new_details, request_iterator): function
/third_party/flutter/engine/flutter/shell/common/
Dpipeline_unittests.cc23 Continuation continuation = pipeline->Produce(); in TEST() local
37 Continuation continuation = pipeline->Produce(); in TEST() local
Dpipeline.h81 ProducerContinuation(Continuation continuation, size_t trace_id) in ProducerContinuation()
/third_party/uboot/u-boot-2020.01/arch/x86/include/asm/fsp1/
Dfsp_api.h34 fsp_continuation_f continuation; member
/third_party/boost/boost/asio/execution/
Drelationship.hpp121 static constexpr continuation_t continuation; member
/third_party/ffmpeg/libavformat/
Drtpdec_mpa_robust.c71 unsigned adu_size, continuation; in mpa_robust_parse_packet() local

12