Home
last modified time | relevance | path

Searched defs:with_call (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A Dmonster_test_grpc_fb.py197 def Store(self, request, timeout, metadata=None, with_call=False, protocol_options=None): argument
200 def Retrieve(self, request, timeout, metadata=None, with_call=False, protocol_options=None): argument
202 …def GetMaxHitPoint(self, request_iterator, timeout, metadata=None, with_call=False, protocol_optio… argument
205 …def GetMinMaxHitPoints(self, request, timeout, metadata=None, with_call=False, protocol_options=No… argument
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/beta/
H A D_client_adaptations.py189 with_call, argument
282 with_call, argument
392 with_call=False, argument
500 with_call=False, argument
608 with_call=None, argument
712 with_call=None, argument
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/face/
H A Dface.py368 with_call=False, argument
501 with_call=False, argument
714 with_call=False, argument
808 with_call=False, argument
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_channel/
H A D_multi_callable.py37 def with_call(self, request, timeout=None, metadata=None, credentials=None): member in UnaryUnary
92 def with_call( member in StreamUnary
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/
H A D_interceptor.py334 def with_call( member in _UnaryUnaryMultiCallable
536 def with_call( member in _StreamUnaryMultiCallable
H A D__init__.py714 def with_call( member in UnaryUnaryMultiCallable
856 def with_call( member in StreamUnaryMultiCallable
H A D_channel.py1183 def with_call( member in _UnaryUnaryMultiCallable
1538 def with_call( member in _StreamUnaryMultiCallable
/aosp_15_r20/external/python/python-api-core/google/api_core/
Dgrpc_helpers_async.py42 def with_call(self, call): member in _WrappedCall