Home
last modified time | relevance | path

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

/tools/repohooks/tools/
Dcpplint.py5456 def UpdateIncludeState(filename, include_dict, io=codecs): argument
5479 include_dict.setdefault(include, linenum)
5538 include_dict = dict([item for sublist in include_state.include_list
5558 header_keys = include_dict.keys()
5562 if same_module and UpdateIncludeState(fullpath, include_dict, io):
5576 if required_header_unstripped.strip('<>"') not in include_dict: