Home
last modified time | relevance | path

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

/tools/repohooks/tools/
Dcpplint.py6026 def UpdateIncludeState(filename, include_dict, io=codecs): argument
6047 include_dict.setdefault(include, linenum)
6109 include_dict = dict([item for sublist in include_state.include_list
6129 header_keys = list(include_dict.keys())
6133 if same_module and UpdateIncludeState(fullpath, include_dict, io):
6149 if required_header_unstripped.strip('<>"') not in include_dict: