Home
last modified time | relevance | path

Searched refs:start_column (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dtokenizer.cc436 int start_column = column_ - 2; in ConsumeBlockComment() local
456 start_line, start_column, " Comment started here."); in ConsumeBlockComment()
/external/gtest/scripts/
Dpump.py197 (start_column, length, token_type) = m
199 start_column += start.column
200 found_start = Cursor(cur_line_number, start_column)
/external/chromium/testing/gtest/scripts/
Dpump.py197 (start_column, length, token_type) = m
199 start_column += start.column
200 found_start = Cursor(cur_line_number, start_column)
/external/clang/tools/c-index-test/
Dc-index-test.c838 unsigned start_line, start_column, end_line, end_column; in PrintDiagnostic() local
841 &start_column, 0); in PrintDiagnostic()
847 clang_getCString(insertion_text), start_line, start_column); in PrintDiagnostic()
852 PrintExtent(out, start_line, start_column, end_line, end_column); in PrintDiagnostic()
859 PrintExtent(out, start_line, start_column, end_line, end_column); in PrintDiagnostic()
2708 unsigned start_line, start_column, end_line, end_column; in perform_token_annotation() local
2718 0, &start_line, &start_column, 0); in perform_token_annotation()
2723 PrintExtent(stdout, start_line, start_column, end_line, end_column); in perform_token_annotation()