Home
last modified time | relevance | path

Searched defs:protocol_options (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/face/
Dface.py364 protocol_options=None): argument
387 def future(self, request, timeout, metadata=None, protocol_options=None): argument
413 protocol_options=None): argument
437 def __call__(self, request, timeout, metadata=None, protocol_options=None): argument
462 protocol_options=None): argument
491 protocol_options=None): argument
518 protocol_options=None): argument
543 protocol_options=None): argument
571 protocol_options=None): argument
595 protocol_options=None): argument
[all …]
/external/grpc-grpc/src/python/grpcio/grpc/beta/
D_client_adaptations.py173 protocol_options, metadata, metadata_transformer, argument
198 def _future_unary_unary(channel, group, method, timeout, protocol_options, argument
214 def _unary_stream(channel, group, method, timeout, protocol_options, metadata, argument
231 protocol_options, metadata, metadata_transformer, argument
257 def _future_stream_unary(channel, group, method, timeout, protocol_options, argument
273 def _stream_stream(channel, group, method, timeout, protocol_options, metadata, argument
305 protocol_options=None): argument
311 def future(self, request, timeout, metadata=None, protocol_options=None): argument
323 protocol_options=None): argument
338 def __call__(self, request, timeout, metadata=None, protocol_options=None): argument
[all …]
/external/flatbuffers/tests/MyGame/Example/
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 …axHitPoint(self, request_iterator, timeout, metadata=None, with_call=False, protocol_options=None): argument
205 …def GetMinMaxHitPoints(self, request, timeout, metadata=None, with_call=False, protocol_options=No… argument
/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/base/
Dbase.py285 protocol_options=None): argument