Searched refs:IdmapEntry_header (Results 1 – 7 of 7) sorted by relevance
31 struct IdmapEntry_header;46 static bool Lookup(const IdmapEntry_header* header, uint16_t input_entry_id,58 const IdmapEntry_header* GetEntryMapForType(uint8_t type_id) const;66 std::unordered_map<uint8_t, const IdmapEntry_header*> type_map_;
56 const IdmapEntry_header* idmap_entries;
1685 struct alignas(uint32_t) IdmapEntry_header { struct
47 bool LoadedIdmap::Lookup(const IdmapEntry_header* header, uint16_t input_entry_id, in Lookup()133 while (data_size >= sizeof(IdmapEntry_header)) { in Load()140 const IdmapEntry_header* entry_header = reinterpret_cast<const IdmapEntry_header*>(data_ptr); in Load()182 const IdmapEntry_header* LoadedIdmap::GetEntryMapForType(uint8_t type_id) const { in GetEntryMapForType()
55 const IdmapEntry_header* idmap_header) in TypeSpecPtrBuilder()83 const IdmapEntry_header* idmap_header_;516 const IdmapEntry_header* idmap_entry_header = nullptr; in Load()
233 entry_header = util::unique_cptr<IdmapEntry_header>( in MockLoadedIdmap()234 (IdmapEntry_header*)::malloc(sizeof(IdmapEntry_header) + sizeof(uint32_t))); in MockLoadedIdmap()245 util::unique_cptr<IdmapEntry_header> entry_header;
92 const IdmapEntry_header* header = loaded_idmap->GetEntryMapForType(0x01); in TEST()