Searched refs:_BlockInfo (Results 1 - 1 of 1) sorted by relevance

/art/tools/
H A Dcpplint.py1364 class _BlockInfo(object): class in inherits:object
1401 class _ClassInfo(_BlockInfo):
1405 _BlockInfo.__init__(self, False)
1434 class _NamespaceInfo(_BlockInfo):
1438 _BlockInfo.__init__(self, False)
1511 # - _BlockInfo: some other type of block.
1706 self.stack.append(_BlockInfo(True))

Completed in 9 milliseconds