Searched refs:StaticAddressMap (Results 1 – 6 of 6) sorted by relevance
52 class StaticAddressMap {54 StaticAddressMap(): map_() { } in StaticAddressMap() function55 explicit StaticAddressMap(const char *map_data): map_(map_data) { } in StaticAddressMap() function68 typedef StaticAddressMap* SelfPtr;
46 bool StaticAddressMap<AddressType, EntryType>::Retrieve( in Retrieve()
154 StaticAddressMap<MemAddr, PublicSymbol> public_symbols_;
48 typedef google_breakpad::StaticAddressMap<int, char> TestMap;
176 StaticAddressMap<MemAddr, PublicSymbol>(mem_buffer + offsets[map_id++]); in LoadMapFromMemory()
130 StaticAddressMap<MemAddr, FastPubSymbol>::MapConstIterator iter2; in CompareModule()