HomeSort by relevance Sort by last modified time
    Searched refs:end_column (Results 1 - 9 of 9) sorted by null

  /external/protobuf/src/google/protobuf/io/
tokenizer_unittest.cc 262 EXPECT_EQ(0, tokenizer.current().end_column);
275 tokenizer.current().end_column);
286 tokenizer.current().end_column);
436 EXPECT_EQ(0, tokenizer.current().end_column);
460 EXPECT_EQ(previous.end_column, tokenizer.previous().end_column);
467 EXPECT_EQ(token.end_column, tokenizer.current().end_column);
    [all...]
tokenizer.h 135 ColumnNumber end_column; member in struct:google::protobuf::io::Tokenizer::Token
tokenizer.cc 206 current_.end_column = 0;
301 current_.end_column = column_;
550 current_.end_column = column_;
614 current_.column == previous_.end_column) {
652 current_.end_column = column_;
    [all...]
  /external/v8/src/inspector/
wasm-translation.cc 24 int end_column = 0; member in struct:v8_inspector::WasmSourceInformation
40 end_column = static_cast<int>(this->source.length()) - last_newline - 1;
335 return it->second->GetSourceInformation(isolate_, func_index).end_column;
  /external/clang/tools/c-index-test/
c-index-test.c 117 unsigned end_line, unsigned end_column) {
119 end_line, end_column);
345 unsigned begin_line, begin_column, end_line, end_column; local
350 &end_file, &end_line, &end_column, 0); local
356 PrintExtent(stdout, begin_line, begin_column, end_line, end_column);
1014 unsigned start_line, start_column, end_line, end_column; local
3687 unsigned start_line, start_column, end_line, end_column; local
3702 unsigned start_line, start_column, end_line, end_column; local
3714 0, &end_line, &end_column, 0); local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.h 140 int end_column; member in struct:google::protobuf::SourceLocation
    [all...]
descriptor_unittest.cc     [all...]
descriptor.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 394 location_->add_span(token.end_column);
    [all...]

Completed in 758 milliseconds