Searched refs:start_column (Results 1 - 8 of 8) 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/clang/tools/c-index-test/
H A Dc-index-test.c983 unsigned start_line, start_column, end_line, end_column; local
986 &start_column, 0);
992 clang_getCString(insertion_text), start_line, start_column);
997 PrintExtent(out, start_line, start_column, end_line, end_column);
1004 PrintExtent(out, start_line, start_column, end_line, end_column);
3472 unsigned start_line, start_column, end_line, end_column; local
3474 0, &start_line, &start_column, 0);
3478 PrintExtent(stdout, start_line, start_column, end_line, end_column);
3487 unsigned start_line, start_column, end_line, end_column; local
3497 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 317 milliseconds