Searched refs:end_column (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer_unittest.cc261 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);
H A Dtokenizer.h126 int end_column; member in struct:google::protobuf::io::Tokenizer::Token
H A Dtokenizer.cc202 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_;
/external/clang/tools/c-index-test/
H A Dc-index-test.c111 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
110 PrintExtent(FILE *out, unsigned begin_line, unsigned begin_column, unsigned end_line, unsigned end_column) argument
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/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dautopep8.py1041 (end_row, end_column) = t[3]
1055 last_column = end_column
2337 (end_row, end_column) = t[3]
2356 previous_end_column = end_column
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h113 int end_column; member in struct:google::protobuf::SourceLocation
H A Ddescriptor.cc2006 out_location->end_column = span.Get(span.size() - 1);
H A Ddescriptor_unittest.cc4506 1 + loc.end_column);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc350 location_->add_span(token.end_column);

Completed in 314 milliseconds