Searched refs:start_call (Results 1 – 8 of 8) 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
531 …... response = self.backend.get_endpoint('foobar').create_call('spam', 'eggs').start_call()541 ``start_call`` so we don't have much configuration to do. Let's assume the547 ``start_call`` we could do this::549 …mock_backend.get_endpoint.return_value.create_call.return_value.start_call.return_value = mock_res…557 …>>> config = {'get_endpoint.return_value.create_call.return_value.start_call.return_value': mock_r…571 >>> chained = call.get_endpoint('foobar').create_call('spam', 'eggs').start_call()
3236 Label start_call; in StoreReturnAddressAndCall() local3251 bind(&start_call); in StoreReturnAddressAndCall()3257 SizeOfCodeGeneratedSince(&start_call)); in StoreReturnAddressAndCall()
1038 Label start_call; in AssembleArchInstruction() local1057 __ bind(&start_call); in AssembleArchInstruction()1078 CHECK_EQ(offset, __ SizeOfCodeGeneratedSince(&start_call)); in AssembleArchInstruction()
786 Label start_call; in AssembleArchInstruction() local799 __ bind(&start_call); in AssembleArchInstruction()814 CHECK_EQ(offset, __ SizeOfCodeGeneratedSince(&start_call)); in AssembleArchInstruction()
764 Label start_call; in AssembleArchInstruction() local777 __ bind(&start_call); in AssembleArchInstruction()792 CHECK_EQ(offset, __ SizeOfCodeGeneratedSince(&start_call)); in AssembleArchInstruction()