Searched refs:stack_frame_with_id (Results 1 – 8 of 8) sorted by relevance
72 def WriteStackFrameWithId(self, stack_frame_with_id): argument81 stack_frame_with_id=stack_frame_with_id)
978 stack_frame_with_id = debug_event.stack_frame_with_id979 file_line_col = stack_frame_with_id.file_line_col980 self._unprocessed_stack_frames[stack_frame_with_id.id] = file_line_col
280 stack_frame_with_id = debug_event_pb2.StackFrameWithId(283 writer.WriteStackFrameWithId(stack_frame_with_id)
96 actuals = list(item.debug_event.stack_frame_with_id194 actuals = list(item.debug_event.stack_frame_with_id
134 Status WriteStackFrameWithId(StackFrameWithId* stack_frame_with_id);
208 StackFrameWithId* stack_frame_with_id) { in WriteStackFrameWithId() argument210 debug_event.set_allocated_stack_frame_with_id(stack_frame_with_id); in WriteStackFrameWithId()
358 StackFrameWithId actual_stack_frame_1 = actuals[0].stack_frame_with_id(); in TEST_F()368 StackFrameWithId actual_stack_frame_2 = actuals[1].stack_frame_with_id(); in TEST_F()562 stack_frame_ids.push_back(actuals[i].stack_frame_with_id().id()); in TEST_F()
85 StackFrameWithId stack_frame_with_id = 6; field