Searched refs:start_column (Results 1 - 9 of 9) sorted by relevance
/external/protobuf/src/google/protobuf/io/ |
H A D | tokenizer.cc | 489 int start_column = column_ - 2; local 530 start_line, start_column, " Comment started here.");
|
/external/google-breakpad/src/testing/gtest/scripts/ |
H A 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/protobuf/gtest/scripts/ |
H A D | pump.py | 198 (start_column, length, token_type) = m 200 start_column += start.column 201 found_start = Cursor(cur_line_number, start_column)
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/ |
H A 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/ |
H A D | c-index-test.c | 998 unsigned start_line, start_column, end_line, end_column; local 1001 &start_column, 0); 1007 clang_getCString(insertion_text), start_line, start_column); 1012 PrintExtent(out, start_line, start_column, end_line, end_column); 1019 PrintExtent(out, start_line, start_column, end_line, end_column); 3534 unsigned start_line, start_column, end_line, end_column; local 3536 0, &start_line, &start_column, 0); 3540 PrintExtent(stdout, start_line, start_column, end_line, end_column); 3549 unsigned start_line, start_column, end_line, end_column; local 3559 0, &start_line, &start_column, local [all...] |
/external/protobuf/src/google/protobuf/ |
H A D | text_format.cc | 347 int start_column = tokenizer_.current().column; local 503 ParseLocation(start_line, start_column));
|
H A D | descriptor.h | 111 int start_column; member in struct:google::protobuf::SourceLocation
|
H A D | descriptor_unittest.cc | 5328 1 + loc.start_column,
|
H A D | descriptor.cc | 2132 out_location->start_column = span.Get(1);
|
Completed in 256 milliseconds