Searched defs:start_line (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
H A Dcommon_unittest.cc122 int start_line = __LINE__; local
130 "2 "__FILE__":" + SimpleItoa(start_line + 1) + ": An error.",
133 "1 "__FILE__":" + SimpleItoa(start_line + 2) + ": A warning.",
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc435 int start_line = line_; local
456 start_line, start_column, " Comment started here.");
/external/mksh/src/
H A Dsyn.c32 int start_line; /* line nesting began on */ member in struct:nesting_state
829 source->errline = nesting.start_line;
869 nesting.start_line = source->line;
898 nesting.start_line = 0;
/external/clang/tools/c-index-test/
H A Dc-index-test.c838 unsigned start_line, start_column, end_line, end_column; local
840 clang_getSpellingLocation(start, &start_file, &start_line,
847 clang_getCString(insertion_text), start_line, start_column);
852 PrintExtent(out, start_line, start_column, end_line, end_column);
859 PrintExtent(out, start_line, start_column, end_line, end_column);
1332 unsigned start_line, unsigned start_col,
1338 PrintExtent(stdout, start_line, start_col, end_line, end_col);
1352 unsigned start_line = 1, start_col = 1; local
1385 print_cursor_file_scan(TU, prevCursor, start_line, start_col,
1387 start_line
1331 print_cursor_file_scan(CXTranslationUnit TU, CXCursor cursor, unsigned start_line, unsigned start_col, unsigned end_line, unsigned end_col, const char *prefix) argument
2708 unsigned start_line, start_column, end_line, end_column; local
2718 0, &start_line, &start_column, 0); local
[all...]

Completed in 164 milliseconds