Home | History | Annotate | Download | only in cli

Lines Matching refs:start_col

104         is_omitted, row, start_col, end_col = (
108 self.assertEqual(match.start(), start_col)
504 is_omitted, row, start_col, end_col = tensor_format.locate_tensor_element(
508 self.assertEqual(actual_col_0_0_0, start_col)
512 is_omitted, row, start_col, end_col = tensor_format.locate_tensor_element(
516 self.assertIsNone(start_col) # Passes ellipsis.
520 is_omitted, row, start_col, end_col = tensor_format.locate_tensor_element(
524 self.assertEqual(actual_col_0_1_0, start_col)
527 is_omitted, row, start_col, end_col = tensor_format.locate_tensor_element(
530 self.assertIsNone(start_col)
533 is_omitted, row, start_col, end_col = tensor_format.locate_tensor_element(
536 self.assertIsNone(start_col)
539 is_omitted, row, start_col, end_col = tensor_format.locate_tensor_element(
542 self.assertIsNone(start_col)
546 is_omitted, row, start_col, end_col = tensor_format.locate_tensor_element(
550 self.assertEqual(actual_col_0_10_1, start_col)
553 is_omitted, row, start_col, end_col = tensor_format.locate_tensor_element(
556 self.assertIsNone(start_col)
560 is_omitted, row, start_col, end_col = tensor_format.locate_tensor_element(
564 self.assertIsNone(start_col) # Past ellipsis.