Searched defs:start_column (Results 1 - 4 of 4) 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/protobuf/src/google/protobuf/
H A Ddescriptor.h111 int start_column; member in struct:google::protobuf::SourceLocation
H A Dtext_format.cc347 int start_column = tokenizer_.current().column; local
503 ParseLocation(start_line, 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...]

Completed in 246 milliseconds