HomeSort by relevance Sort by last modified time
    Searched refs:body_start_position (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 523 self.body_start_position = Position(-1000, 0)
526 def begin(self, function_name, function_name_start_position, body_start_position, end_position,
533 body_start_position: Position in elided of the { or the ; for a prototype.
543 self.body_start_position = body_start_position
545 self.is_declaration = clean_lines.elided[body_start_position.row][body_start_position.column] == ';'
550 characters_after_parameters = SingleLineView(clean_lines.elided, parameter_end_position, body_start_position).single_line
573 if self.in_a_function and line_number >= self.body_start_position.row:
    [all...]
cpp_unittest.py 371 self.assert_positions_equal(function_state.body_start_position, function_information['body_start_position'])
393 'body_start_position': (0, 30),
406 'body_start_position': (0, 23),
418 'body_start_position': (0, 76),
430 'body_start_position': (0, 76),
442 'body_start_position': (0, 77),
454 'body_start_position': (0, 76),
467 'body_start_position': (0, 41),
479 'body_start_position': (0, 41)
    [all...]

Completed in 132 milliseconds