Searched refs:ContainedRangeMap (Results 1 – 10 of 10) sorted by relevance
/external/google-breakpad/src/processor/ |
D | contained_range_map.h | 73 class ContainedRangeMap { 78 ContainedRangeMap() : base_(), entry_(), map_(NULL) {} in ContainedRangeMap() function 80 ~ContainedRangeMap(); 113 typedef std::map<AddressType, ContainedRangeMap *> AddressToRangeMap; 121 ContainedRangeMap(const AddressType &base, const EntryType &entry, in ContainedRangeMap() function
|
D | contained_range_map-inl.h | 50 ContainedRangeMap<AddressType, EntryType>::~ContainedRangeMap() { in ~ContainedRangeMap() 57 bool ContainedRangeMap<AddressType, EntryType>::StoreRange( in StoreRange() 145 new ContainedRangeMap(base, entry, child_map))); in StoreRange() 151 bool ContainedRangeMap<AddressType, EntryType>::RetrieveRange( in RetrieveRange() 182 void ContainedRangeMap<AddressType, EntryType>::Clear() { in Clear()
|
D | map_serializers.h | 142 size_t SizeOf(const ContainedRangeMap<AddrType, EntryType> *m) const; 147 char* Write(const ContainedRangeMap<AddrType, EntryType> *m, 154 char* Serialize(const ContainedRangeMap<AddrType, EntryType> *m, 159 typedef std::map<AddrType, ContainedRangeMap<AddrType, EntryType>*> Map;
|
D | contained_range_map_unittest.cc | 53 using google_breakpad::ContainedRangeMap; 57 ContainedRangeMap<unsigned int, int> crm; in RunTests()
|
D | map_serializers-inl.h | 191 const ContainedRangeMap<AddrType, EntryType> *m) const { in SizeOf() 213 const ContainedRangeMap<AddrType, EntryType> *m, char *dest) const { in Write() 250 const ContainedRangeMap<AddrType, EntryType> *m, unsigned int *size) const { in Serialize()
|
D | static_contained_range_map_unittest.cc | 45 typedef google_breakpad::ContainedRangeMap<unsigned int, int> CRMMap; 162 google_breakpad::ContainedRangeMap<unsigned int, int> crm_map_;
|
D | module_comparer.h | 88 bool CompareCRM(const ContainedRangeMap<MemAddr, linked_ptr<WFI> >*,
|
D | basic_source_line_resolver_types.h | 153 ContainedRangeMap< MemAddr, linked_ptr<WindowsFrameInfo> >
|
D | module_comparer.cc | 262 const ContainedRangeMap<MemAddr, linked_ptr<WFI> >* basic_crm, in CompareCRM() 280 ContainedRangeMap<MemAddr, linked_ptr<WFI> >::MapConstIterator iter1; in CompareCRM()
|
D | map_serializers_unittest.cc | 283 google_breakpad::ContainedRangeMap<AddrType, EntryType> crm_map_;
|