Searched refs:include_dict (Results 1 – 2 of 2) sorted by relevance
1386 def recordInclude(self, include_dict, generated_type=None): argument1405 if entity in include_dict:1408 … entity), see_also=include_dict[entity])1409 include_dict[entity].append(self.storeMessageContext())1411 include_dict[entity] = [self.storeMessageContext()]
5724 def UpdateIncludeState(filename, include_dict, io=codecs): argument5747 include_dict.setdefault(include, linenum)5806 include_dict = dict([item for sublist in include_state.include_list5826 header_keys = list(include_dict.keys())5830 if same_module and UpdateIncludeState(fullpath, include_dict, io):5846 if required_header_unstripped.strip('<>"') not in include_dict: