Home
last modified time | relevance | path

Searched refs:end_column (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dtokenizer_unittest.cc261 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()
Dtokenizer.cc205 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()
Dtokenizer.h127 int end_column; member
/external/clang/tools/c-index-test/
Dc-index-test.c111 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/
Ddescriptor.h112 int end_column; member
Ddescriptor_unittest.cc5330 1 + loc.end_column); in PrintSourceLocation()
Ddescriptor.cc2134 out_location->end_column = span.Get(span.size() - 1); in GetSourceLocation()
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc355 location_->add_span(token.end_column); in EndAt()