Searched refs:_column (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/protobuf/python/google/protobuf/ |
D | text_format.py | 318 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/ |
D | text_format.py | 321 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/ |
D | LineEntry.cpp | 37 uint16_t _column, in LineEntry() argument 47 column(_column), in LineEntry()
|
/external/lldb/include/lldb/Symbol/ |
D | LineTable.h | 290 uint16_t _column, in Entry() 299 column (_column), in Entry()
|
D | LineEntry.h | 39 uint16_t _column,
|