Searched refs:ContainedRangeMapSerializer (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/google-breakpad/src/processor/ |
H A D | contained_range_map.h | 70 template<class, class> class ContainedRangeMapSerializer; variable 114 friend class ContainedRangeMapSerializer<AddressType, EntryType>;
|
H A D | map_serializers-inl.h | 189 size_t ContainedRangeMapSerializer<AddrType, EntryType>::SizeOf( in SizeOf() 211 char* ContainedRangeMapSerializer<AddrType, EntryType>::Write( in Write() 248 char* ContainedRangeMapSerializer<AddrType, EntryType>::Serialize( in Serialize()
|
H A D | module_serializer.h | 119 ContainedRangeMapSerializer<MemAddr,
|
H A D | map_serializers.h | 138 class ContainedRangeMapSerializer {
|
H A D | module_serializer.cc | 54 ContainedRangeMapSerializer<MemAddr,
|
H A D | static_contained_range_map_unittest.cc | 172 google_breakpad::ContainedRangeMapSerializer<unsigned int, int> serializer_;
|
H A D | map_serializers_unittest.cc | 287 google_breakpad::ContainedRangeMapSerializer<AddrType, EntryType> serializer_;
|
H A D | simple_serializer-inl.h | 320 static ContainedRangeMapSerializer<MemAddr, linked_ptr<Inline>>
|