Searched refs:_constant_follows (Results 1 - 1 of 1) sorted by relevance
/build/ | ||
H A D | gn_helpers.py | 318 def _constant_follows(self, constant) -> bool: member in GNValueParser 344 elif self._constant_follows('true'): 346 elif self._constant_follows('false'): |
Completed in 1 milliseconds