HomeSort by relevance Sort by last modified time
    Searched full:_column (Results 1 - 5 of 5) sorted by null

  /external/nanopb-c/generator/google/protobuf/
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/
text_format.py 480 self._column = 0
500 while len(self._current_line) <= self._column:
509 self._column = 0
514 match = self._WHITESPACE.match(self._current_line, self._column)
518 self._column += length
731 self._line + 1, self._column + 1, message))
739 self._previous_column = self._column
741 self._column += len(self.token)
748 match = self._TOKEN.match(self._current_line, self._column)
753 self.token = self._current_line[self._column]
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsBroadcastUndelivered.java 52 * Column order must match the {@code *_COLUMN} constants in {@link InboundSmsHandler}.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adoctint.h 54 typedef struct _ADOColumn _Column;
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar 

Completed in 184 milliseconds