Home
last modified time | relevance | path

Searched refs:WHENCE_STREAM (Results 1 – 2 of 2) sorted by relevance

/external/chromium/testing/gmock/scripts/generator/cpp/
Dtokenize.py61 WHENCE_STREAM, WHENCE_QUEUE = range(2) variable
79 self.whence = WHENCE_STREAM
Dast.py910 if token.whence == tokenize.WHENCE_STREAM:
919 if tokens[-1].whence == tokenize.WHENCE_STREAM: