Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/tools/trace/
Dparse.py279expected_tokens = ('null', 'bool', 'int', 'uint', 'float', 'string', 'enum', 'array', 'struct', 'p…
281 if self.token.name_or_data in expected_tokens:
284 raise TokenMismatch(" or " .join(expected_tokens), self.token)
/third_party/googletest/googlemock/scripts/generator/cpp/
Dast.py871 def _GetVarTokensUpTo(self, expected_token_type, *expected_tokens): argument
875 last_token.name not in expected_tokens):
883 *expected_tokens): argument
889 last_token.name not in expected_tokens):