Searched refs:end_column (Results 1 – 8 of 8) sorted by relevance
/external/protobuf/src/google/protobuf/io/ |
D | tokenizer_unittest.cc | 261 EXPECT_EQ(0, tokenizer.current().end_column); in TEST_2D() 274 tokenizer.current().end_column); in TEST_2D() 285 tokenizer.current().end_column); in TEST_2D() 435 EXPECT_EQ(0, tokenizer.current().end_column); in TEST_2D() 459 EXPECT_EQ(previous.end_column, tokenizer.previous().end_column); in TEST_2D() 466 EXPECT_EQ(token.end_column, tokenizer.current().end_column); in TEST_2D()
|
D | tokenizer.cc | 205 current_.end_column = 0; in Tokenizer() 300 current_.end_column = column_; in EndToken() 549 current_.end_column = column_; in TryConsumeCommentStart() 613 current_.column == previous_.end_column) { in Next() 651 current_.end_column = column_; in Next()
|
D | tokenizer.h | 127 int end_column; member
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 111 unsigned end_line, unsigned end_column) { in PrintExtent() argument 113 end_line, end_column); in PrintExtent() 328 unsigned begin_line, begin_column, end_line, end_column; in PrintRange() local 333 &end_file, &end_line, &end_column, 0); in PrintRange() 339 PrintExtent(stdout, begin_line, begin_column, end_line, end_column); in PrintRange() 983 unsigned start_line, start_column, end_line, end_column; in PrintDiagnostic() local 987 clang_getSpellingLocation(end, &end_file, &end_line, &end_column, 0); in PrintDiagnostic() 997 PrintExtent(out, start_line, start_column, end_line, end_column); in PrintDiagnostic() 1004 PrintExtent(out, start_line, start_column, end_line, end_column); in PrintDiagnostic() 3472 unsigned start_line, start_column, end_line, end_column; in perform_token_annotation() local [all …]
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.h | 112 int end_column; member
|
D | descriptor_unittest.cc | 5330 1 + loc.end_column); in PrintSourceLocation()
|
D | descriptor.cc | 2134 out_location->end_column = span.Get(span.size() - 1); in GetSourceLocation()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 355 location_->add_span(token.end_column); in EndAt()
|