Searched refs:start_column (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/src/google/protobuf/io/ |
D | tokenizer.cc | 436 int start_column = column_ - 2; in ConsumeBlockComment() local 456 start_line, start_column, " Comment started here."); in ConsumeBlockComment()
|
/external/gtest/scripts/ |
D | pump.py | 197 (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/ |
D | pump.py | 197 (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/ |
D | c-index-test.c | 838 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()
|