| /external/flatbuffers/tests/MyGame/Example/ | 
| D | monster_test_grpc_fb.py | 197     def Store(self, request, timeout, metadata=None, with_call=False, protocol_options=None):  argument200     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
 
 | 
| /external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_channel/ | 
| D | _multi_callable.py | 34     def with_call(self, request, timeout=None, metadata=None, credentials=None):  member in UnaryUnary77     def with_call(self,  member in StreamUnary
 
 | 
| /external/grpc-grpc/src/python/grpcio/grpc/beta/ | 
| D | _client_adaptations.py | 172 def _blocking_unary_unary(channel, group, method, timeout, with_call,  argument230 def _blocking_stream_unary(channel, group, method, timeout, with_call,  argument
 304                  with_call=False,  argument
 369                  with_call=False,  argument
 441                              with_call=None,  argument
 502                               with_call=None,  argument
 
 | 
| /external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/face/ | 
| D | face.py | 363                  with_call=False,  argument490                  with_call=False,  argument
 701                              with_call=False,  argument
 789                               with_call=False,  argument
 
 | 
| /external/grpc-grpc/src/python/grpcio/grpc/ | 
| D | _channel.py | 459 def _end_unary_response_blocking(state, call, with_call, deadline):  argument535     def with_call(self, request, timeout=None, metadata=None, credentials=None):  member in _UnaryUnaryMultiCallable
 627     def with_call(self,  member in _StreamUnaryMultiCallable
 
 | 
| D | _interceptor.py | 228     def with_call(self, request, timeout=None, metadata=None, credentials=None):  member in _UnaryUnaryMultiCallable328     def with_call(self,  member in _StreamUnaryMultiCallable
 
 | 
| D | __init__.py | 634     def with_call(self, request, timeout=None, metadata=None, credentials=None):  member in UnaryUnaryMultiCallable732     def with_call(self,  member in StreamUnaryMultiCallable
 
 | 
| /external/python/python-api-core/google/api_core/ | 
| D | grpc_helpers_async.py | 42     def with_call(self, call):  member in _WrappedCall
 |