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.cc262 EXPECT_EQ(0, tokenizer.current().end_column); in TEST_2D()
275 tokenizer.current().end_column); in TEST_2D()
286 tokenizer.current().end_column); in TEST_2D()
436 EXPECT_EQ(0, tokenizer.current().end_column); in TEST_2D()
460 EXPECT_EQ(previous.end_column, tokenizer.previous().end_column); in TEST_2D()
467 EXPECT_EQ(token.end_column, tokenizer.current().end_column); in TEST_2D()
Dtokenizer.cc206 current_.end_column = 0; in Tokenizer()
301 current_.end_column = column_; in EndToken()
550 current_.end_column = column_; in TryConsumeCommentStart()
614 current_.column == previous_.end_column) { in Next()
652 current_.end_column = column_; in Next()
Dtokenizer.h135 ColumnNumber end_column; member
/external/clang/tools/c-index-test/
Dc-index-test.c117 unsigned end_line, unsigned end_column) { in PrintExtent() argument
119 end_line, end_column); in PrintExtent()
345 unsigned begin_line, begin_column, end_line, end_column; in PrintRange() local
350 &end_file, &end_line, &end_column, 0); in PrintRange()
356 PrintExtent(stdout, begin_line, begin_column, end_line, end_column); in PrintRange()
1014 unsigned start_line, start_column, end_line, end_column; in PrintDiagnostic() local
1018 clang_getSpellingLocation(end, &end_file, &end_line, &end_column, 0); in PrintDiagnostic()
1028 PrintExtent(out, start_line, start_column, end_line, end_column); in PrintDiagnostic()
1035 PrintExtent(out, start_line, start_column, end_line, end_column); in PrintDiagnostic()
3687 unsigned start_line, start_column, end_line, end_column; in perform_token_annotation() local
[all …]
/external/protobuf/src/google/protobuf/
Ddescriptor.h140 int end_column; member
Ddescriptor_unittest.cc6442 1 + loc.end_column); in PrintSourceLocation()
Ddescriptor.cc2604 out_location->end_column = span.Get(span.size() - 1); in GetSourceLocation()
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc394 location_->add_span(token.end_column); in EndAt()