Home
last modified time | relevance | path

Searched refs:_column (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/python/google/protobuf/
Dtext_format.py90 self._column = column
96 return self._column
1205 self._column = 0
1231 while len(self._current_line) <= self._column:
1240 self._column = 0
1245 match = self._whitespace_pattern.match(self._current_line, self._column)
1249 self._column += length
1289 just_started = self._line == 0 and self._column == 0
1494 self._line + 1, self._column + 1)
1502 self._previous_column = self._column
[all …]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
DUnicodeEscapeProcessingProvider.java532 private int _column = 1; field in UnicodeEscapeProcessingProvider.LineCounter
552 return _column; in getColumn()
586 _column++; in process()
594 _column = 1; in incLine()
/external/oss-fuzz/projects/readstat/
Dfuzz_format_stata_commands.dict5 "_column("
/external/llvm-project/lldb/source/Symbol/
DLineEntry.cpp23 const FileSpec &_file, uint32_t _line, uint16_t _column, in LineEntry() argument
28 original_file(_file), line(_line), column(_column), in LineEntry()
/external/llvm-project/lldb/include/lldb/Symbol/
DLineTable.h219 Entry(lldb::addr_t _file_addr, uint32_t _line, uint16_t _column, in Entry()
228 is_terminal_entry(_is_terminal_entry), column(_column), in Entry()
DLineEntry.h28 uint16_t _column, bool _is_start_of_statement,