HomeSort by relevance Sort by last modified time
    Searched refs:start_column (Results 1 - 4 of 4) sorted by null

  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 436 int start_column = column_ - 2; local
456 start_line, start_column, " Comment started here.");
  /external/clang/tools/c-index-test/
c-index-test.c 393 unsigned start_line, start_column, end_line, end_column; local
396 &start_column, 0);
402 clang_getCString(insertion_text), start_line, start_column);
407 PrintExtent(out, start_line, start_column, end_line, end_column);
414 PrintExtent(out, start_line, start_column, end_line, end_column);
2232 unsigned start_line, start_column, end_line, end_column; local
2242 0, &start_line, &start_column, 0); local
    [all...]
  /external/chromium/testing/gtest/scripts/
pump.py 197 (start_column, length, token_type) = m
199 start_column += start.column
200 found_start = Cursor(cur_line_number, start_column)
  /external/gtest/scripts/
pump.py 197 (start_column, length, token_type) = m
199 start_column += start.column
200 found_start = Cursor(cur_line_number, start_column)

Completed in 650 milliseconds