HomeSort by relevance Sort by last modified time
    Searched refs:ContainedRangeMapSerializer (Results 1 - 6 of 6) sorted by null

  /external/google-breakpad/src/processor/
contained_range_map.h 70 template<class, class> class ContainedRangeMapSerializer;
108 friend class ContainedRangeMapSerializer<AddressType, EntryType>;
module_serializer.h 119 ContainedRangeMapSerializer<MemAddr,
map_serializers.h 136 // ContainedRangeMapSerializer allocates memory and serializes a
139 class ContainedRangeMapSerializer {
map_serializers-inl.h 190 size_t ContainedRangeMapSerializer<AddrType, EntryType>::SizeOf(
212 char *ContainedRangeMapSerializer<AddrType, EntryType>::Write(
249 char *ContainedRangeMapSerializer<AddrType, EntryType>::Serialize(
255 BPLOG(INFO) << "ContainedRangeMapSerializer memory allocation failed.";
static_contained_range_map_unittest.cc 169 google_breakpad::ContainedRangeMapSerializer<unsigned int, int> serializer_;
map_serializers_unittest.cc 284 google_breakpad::ContainedRangeMapSerializer<AddrType, EntryType> serializer_;

Completed in 188 milliseconds