Home
last modified time | relevance | path

Searched refs:ContainedRangeMap (Results 1 – 10 of 10) sorted by relevance

/external/google-breakpad/src/processor/
Dcontained_range_map.h73 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
Dcontained_range_map-inl.h50 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()
Dmap_serializers.h142 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;
Dcontained_range_map_unittest.cc53 using google_breakpad::ContainedRangeMap;
57 ContainedRangeMap<unsigned int, int> crm; in RunTests()
Dmap_serializers-inl.h191 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()
Dstatic_contained_range_map_unittest.cc45 typedef google_breakpad::ContainedRangeMap<unsigned int, int> CRMMap;
162 google_breakpad::ContainedRangeMap<unsigned int, int> crm_map_;
Dmodule_comparer.h88 bool CompareCRM(const ContainedRangeMap<MemAddr, linked_ptr<WFI> >*,
Dbasic_source_line_resolver_types.h153 ContainedRangeMap< MemAddr, linked_ptr<WindowsFrameInfo> >
Dmodule_comparer.cc262 const ContainedRangeMap<MemAddr, linked_ptr<WFI> >* basic_crm, in CompareCRM()
280 ContainedRangeMap<MemAddr, linked_ptr<WFI> >::MapConstIterator iter1; in CompareCRM()
Dmap_serializers_unittest.cc283 google_breakpad::ContainedRangeMap<AddrType, EntryType> crm_map_;