Home
last modified time | relevance | path

Searched defs:HeaderFile (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/util/
Ddoc.go39 type HeaderFile struct { struct
41 Name string
44 Preamble []string
45 Sections []HeaderSection
47 AllDecls map[string]string
/external/google-fruit/tests/
Dtest_include_test.py34 def test_header_self_contained(self, HeaderFile): argument
/external/python/cpython2/Lib/
Dmimify.py71 class HeaderFile: class