Home
last modified time | relevance | path

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

/external/google-styleguide/cpplint/
Dcpplint.py2199 class _BlockInfo(object): class
2246 return self.__class__ == _BlockInfo
2249 class _ExternCInfo(_BlockInfo):
2253 _BlockInfo.__init__(self, linenum, True)
2256 class _ClassInfo(_BlockInfo):
2260 _BlockInfo.__init__(self, linenum, False)
2325 class _NamespaceInfo(_BlockInfo):
2329 _BlockInfo.__init__(self, linenum, False)
2718 self.stack.append(_BlockInfo(linenum, True))
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py1357 class _BlockInfo(object): class
1394 class _ClassInfo(_BlockInfo):
1398 _BlockInfo.__init__(self, False)
1427 class _NamespaceInfo(_BlockInfo):
1431 _BlockInfo.__init__(self, False)
1699 self.stack.append(_BlockInfo(True))
/external/libvpx/libvpx/tools/
Dcpplint.py1644 class _BlockInfo(object): class
1681 class _ClassInfo(_BlockInfo):
1685 _BlockInfo.__init__(self, False)
1737 class _NamespaceInfo(_BlockInfo):
1741 _BlockInfo.__init__(self, False)
2028 self.stack.append(_BlockInfo(True))
/external/libaom/libaom/tools/
Dcpplint.py1644 class _BlockInfo(object): class
1681 class _ClassInfo(_BlockInfo):
1685 _BlockInfo.__init__(self, False)
1737 class _NamespaceInfo(_BlockInfo):
1741 _BlockInfo.__init__(self, False)
2028 self.stack.append(_BlockInfo(True))