Home
last modified time | relevance | path

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

/tools/repohooks/tools/
Dcpplint.py5472 def UpdateIncludeState(filename, include_dict, io=codecs): argument
5495 include_dict.setdefault(include, linenum)
5554 include_dict = dict([item for sublist in include_state.include_list
5574 header_keys = include_dict.keys()
5578 if same_module and UpdateIncludeState(fullpath, include_dict, io):
5592 if required_header_unstripped.strip('<>"') not in include_dict: