Home
last modified time | relevance | path

Searched refs:StaticMap (Results 1 – 11 of 11) sorted by relevance

/external/google-breakpad/src/processor/
Dstatic_map-inl.h46 StaticMap<Key, Value, Compare>::StaticMap(const char* raw_data) in StaticMap() function
62 StaticMap<Key, Value, Compare>::find(const Key &key) const { in find()
83 StaticMap<Key, Value, Compare>::lower_bound(const Key &key) const { in lower_bound()
104 StaticMap<Key, Value, Compare>::upper_bound(const Key &key) const { in upper_bound()
124 bool StaticMap<Key, Value, Compare>::ValidateInMemoryStructure() const { in ValidateInMemoryStructure()
165 const Key StaticMap<Key, Value, Compare>::GetKeyAtIndex(int index) const { in GetKeyAtIndex()
Dstatic_map.h83 class StaticMap {
88 StaticMap() : raw_data_(0), in StaticMap() function
93 explicit StaticMap(const char* raw_data);
Dfast_source_line_resolver_types.h149 typedef StaticMap<int, char> FileMap;
152 StaticMap<int, char> files_;
180 StaticMap<MemAddr, char> cfi_delta_rules_;
Dstatic_map_iterator.h47 template<typename Key, typename Value, typename Compare> class StaticMap; variable
87 friend class StaticMap<Key, Value, Compare>;
Dfast_source_line_resolver.cc172 files_ = StaticMap<int, char>(mem_buffer + offsets[map_id++]); in LoadMapFromMemory()
183 cfi_delta_rules_ = StaticMap<MemAddr, char>(mem_buffer + offsets[map_id++]); in LoadMapFromMemory()
263 StaticMap<MemAddr, char>::iterator delta = in FindCFIFrameInfo()
Dstatic_address_map.h69 typedef StaticMap<AddressType, EntryType> AddressToEntryMap;
Dstatic_contained_range_map.h68 StaticMap<AddressType, StaticContainedRangeMap> AddressToRangeMap;
Dstatic_range_map.h98 typedef StaticMap<AddressType, Range> AddressToRangeMap;
Dmodule_comparer.cc173 StaticMap<MemAddr, char>::iterator iter2; in CompareModule()
Dstatic_map_unittest.cc43 typedef google_breakpad::StaticMap< KeyType, ValueType > TestMap;
/external/llvm/lib/DebugInfo/PDB/Raw/
DPDBFileBuilder.cpp53 static std::vector<std::vector<support::ulittle32_t>> StaticMap; in generateSimpleStreamMap() local
55 StaticMap.clear(); in generateSimpleStreamMap()
74 StaticMap.resize(File->StreamSizes.size()); in generateSimpleStreamMap()
78 auto &ThisStream = StaticMap[S]; in generateSimpleStreamMap()