Searched refs:start_call (Results 1 – 5 of 5) sorted by relevance
51 expect { op_view.start_call }.to raise_error(RuntimeError)317 @op.start_call if run_start_call_first416 @op.start_call if run_start_call_first557 @op.start_call if run_start_call_first876 @op.start_call if run_start_call_first
241 self.start_call(proc)252 def start_call(self, proc): member in Client420 self.start_call(proc)
616 def start_call(metadata = {}) method in GRPC.ActiveCall
476 …... response = self.backend.get_endpoint('foobar').create_call('spam', 'eggs').start_call()486 ``start_call`` so we don't have much configuration to do. Let's assume the492 ``start_call`` we could do this::494 …mock_backend.get_endpoint.return_value.create_call.return_value.start_call.return_value = mock_res…502 …>>> config = {'get_endpoint.return_value.create_call.return_value.start_call.return_value': mock_r…516 >>> chained = call.get_endpoint('foobar').create_call('spam', 'eggs').start_call()
2419 Label start_call; in Generate_CEntry() local2423 __ bind(&start_call); in Generate_CEntry()2428 __ SizeOfCodeGeneratedSince(&start_call)); in Generate_CEntry()