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

  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer_unittest.cc 261 EXPECT_EQ(0, tokenizer.current().end_column);
274 tokenizer.current().end_column);
285 tokenizer.current().end_column);
441 EXPECT_EQ(0, tokenizer.current().end_column);
465 EXPECT_EQ(previous.end_column, tokenizer.previous().end_column);
472 EXPECT_EQ(token.end_column, tokenizer.current().end_column);
    [all...]
tokenizer.h 126 int end_column; member in struct:google::protobuf::io::Tokenizer::Token
tokenizer.cc 202 current_.end_column = 0;
297 current_.end_column = column_;
539 current_.end_column = column_;
603 current_.column == previous_.end_column) {
635 current_.end_column = column_;
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 111 unsigned end_line, unsigned end_column) {
113 end_line, end_column);
328 unsigned begin_line, begin_column, end_line, end_column; local
333 &end_file, &end_line, &end_column, 0); local
339 PrintExtent(stdout, begin_line, begin_column, end_line, end_column);
956 unsigned start_line, start_column, end_line, end_column; local
960 clang_getSpellingLocation(end, &end_file, &end_line, &end_column, 0);
970 PrintExtent(out, start_line, start_column, end_line, end_column);
977 PrintExtent(out, start_line, start_column, end_line, end_column);
3407 unsigned start_line, start_column, end_line, end_column; local
3422 unsigned start_line, start_column, end_line, end_column; local
3434 0, &end_line, &end_column, 0); local
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.h 113 int end_column; member in struct:google::protobuf::SourceLocation
    [all...]
descriptor_unittest.cc     [all...]
descriptor.cc     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
autopep8.py     [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.cc 350 location_->add_span(token.end_column);
    [all...]

Completed in 453 milliseconds