/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 | 84 unsigned end_line, unsigned end_column) { 86 end_line, end_column); 253 unsigned begin_line, begin_column, end_line, end_column; local 258 &end_file, &end_line, &end_column, 0); local 264 PrintExtent(stdout, begin_line, begin_column, end_line, end_column); 888 unsigned start_line, start_column, end_line, end_column; local 892 clang_getSpellingLocation(end, &end_file, &end_line, &end_column, 0); 902 PrintExtent(out, start_line, start_column, end_line, end_column); 909 PrintExtent(out, start_line, start_column, end_line, end_column); 3208 unsigned start_line, start_column, end_line, end_column; local 3220 0, &end_line, &end_column, 0); local [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
descriptor.h | 109 int end_column; member in struct:google::protobuf::SourceLocation [all...] |
descriptor_unittest.cc | [all...] |
descriptor.cc | [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
parser.cc | 350 location_->add_span(token.end_column); [all...] |