Searched refs:SrcHeaderBlockEntry (Results 1 – 6 of 6) sorted by relevance
28 using const_iterator = HashTable<SrcHeaderBlockEntry>::const_iterator;38 HashTable<SrcHeaderBlockEntry> InjectedSourceTable;
331 struct SrcHeaderBlockEntry { struct344 static_assert(sizeof(SrcHeaderBlockEntry) == 40, "Incorrect struct size!"); argument
97 HashTable<SrcHeaderBlockEntry> InjectedSourceTable;
36 const SrcHeaderBlockEntry &Entry;41 NativeInjectedSource(const SrcHeaderBlockEntry &Entry, in NativeInjectedSource()
177 SrcHeaderBlockEntry Entry; in finalizeMsfLayout()178 ::memset(&Entry, 0, sizeof(SrcHeaderBlockEntry)); in finalizeMsfLayout()179 Entry.Size = sizeof(SrcHeaderBlockEntry); in finalizeMsfLayout()
43 if (Entry.second.Size != sizeof(SrcHeaderBlockEntry)) in reload()