Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py1519 def InNamespaceBody(self): member in _NestingState
2232 if IsBlankLine(line) and not nesting_state.InNamespaceBody():
/external/libvpx/libvpx/tools/
Dcpplint.py1829 def InNamespaceBody(self): member in _NestingState
2568 if IsBlankLine(line) and not nesting_state.InNamespaceBody():
/external/libaom/libaom/tools/
Dcpplint.py1829 def InNamespaceBody(self): member in _NestingState
2568 if IsBlankLine(line) and not nesting_state.InNamespaceBody():
/external/google-styleguide/cpplint/
Dcpplint.py2435 def InNamespaceBody(self): member in NestingState
3205 not nesting_state.InNamespaceBody() and