Searched refs:start_column (Results 1 - 9 of 9) sorted by relevance

/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc489 int start_column = column_ - 2; local
530 start_line, start_column, " Comment started here.");
/external/google-breakpad/src/testing/gtest/scripts/
H A Dpump.py197 (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 Dpump.py198 (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 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/
H A Dc-index-test.c998 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 Dtext_format.cc347 int start_column = tokenizer_.current().column; local
503 ParseLocation(start_line, start_column));
H A Ddescriptor.h111 int start_column; member in struct:google::protobuf::SourceLocation
H A Ddescriptor_unittest.cc5328 1 + loc.start_column,
H A Ddescriptor.cc2132 out_location->start_column = span.Get(1);

Completed in 256 milliseconds