Home
last modified time | relevance | path

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

/external/chromium_org/third_party/protobuf/python/google/protobuf/
Dtext_format.py318 self._column = 0
337 while len(self._current_line) <= self._column:
342 self._column = 0
348 match = self._WHITESPACE.match(self._current_line, self._column)
352 self._column += length
564 self._line + 1, self._column + 1, message))
572 self._previous_column = self._column
574 self._column += len(self.token)
577 if not self._lines and len(self._current_line) <= self._column:
581 match = self._TOKEN.match(self._current_line, self._column)
[all …]
/external/protobuf/python/google/protobuf/
Dtext_format.py321 self._column = 0
345 self._column = 0
356 self._column += length
612 self._line + 1, self._column + 1, message))
623 self._previous_column = self._column
627 self._column += len(self.token)
/external/lldb/source/Symbol/
DLineEntry.cpp37 uint16_t _column, in LineEntry() argument
47 column(_column), in LineEntry()
/external/lldb/include/lldb/Symbol/
DLineTable.h290 uint16_t _column, in Entry()
299 column (_column), in Entry()
DLineEntry.h39 uint16_t _column,