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

  /external/google-breakpad/src/testing/scripts/generator/cpp/
tokenize.py 60 # It is always set to WHENCE_STREAM in this code.
61 WHENCE_STREAM, WHENCE_QUEUE = range(2)
79 self.whence = WHENCE_STREAM
ast.py 910 if token.whence == tokenize.WHENCE_STREAM:
919 if tokens[-1].whence == tokenize.WHENCE_STREAM:
    [all...]

Completed in 221 milliseconds