Home
last modified time | relevance | path

Searched refs:ContainedRangeMapSerializer (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/processor/
H A Dcontained_range_map.h70 template<class, class> class ContainedRangeMapSerializer; variable
114 friend class ContainedRangeMapSerializer<AddressType, EntryType>;
H A Dmap_serializers-inl.h189 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 Dmodule_serializer.h119 ContainedRangeMapSerializer<MemAddr,
H A Dmap_serializers.h138 class ContainedRangeMapSerializer {
H A Dmodule_serializer.cc54 ContainedRangeMapSerializer<MemAddr,
H A Dstatic_contained_range_map_unittest.cc172 google_breakpad::ContainedRangeMapSerializer<unsigned int, int> serializer_;
H A Dmap_serializers_unittest.cc287 google_breakpad::ContainedRangeMapSerializer<AddrType, EntryType> serializer_;
H A Dsimple_serializer-inl.h320 static ContainedRangeMapSerializer<MemAddr, linked_ptr<Inline>>