Home
last modified time | relevance | path

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

/external/cronet/testing/unexpected_passes_common/
Dexpectations.py455 if _LineContainsGroupStartComment(stripped_line):
829 def _LineContainsGroupStartComment(line: str) -> bool: function