Searched defs:HeaderFile (Results 1 – 3 of 3) sorted by relevance
39 type HeaderFile struct { struct41 Name string44 Preamble []string45 Sections []HeaderSection47 AllDecls map[string]string
34 def test_header_self_contained(self, HeaderFile): argument
71 class HeaderFile: class