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

  /external/google-breakpad/src/processor/
module_serializer.h 117 RangeMapSerializer<MemAddr, linked_ptr<Function> > functions_serializer_;
121 RangeMapSerializer<MemAddr, string> cfi_init_rules_serializer_;
range_map.h 50 template<class, class> class RangeMapSerializer;
100 friend class RangeMapSerializer<AddressType, EntryType>;
map_serializers.h 107 // RangeMapSerializer allocates memory and serializes a RangeMap instance into a
110 class RangeMapSerializer {
map_serializers-inl.h 119 size_t RangeMapSerializer<Address, Entry>::SizeOf(
138 char *RangeMapSerializer<Address, Entry>::Write(
141 BPLOG(ERROR) << "RangeMapSerializer failed: write to NULL address.";
169 char *RangeMapSerializer<Address, Entry>::Serialize(
176 BPLOG(INFO) << "RangeMapSerializer memory allocation failed.";
map_serializers_unittest.cc 211 google_breakpad::RangeMapSerializer<AddrType, EntryType> serializer_;
module_serializer.cc 48 RangeMapSerializer< MemAddr, linked_ptr<BasicSourceLineResolver::Line> >
static_range_map_unittest.cc 196 RangeMapSerializer<AddressType, EntryType> serializer_;
simple_serializer-inl.h 210 static RangeMapSerializer< MemAddr, linked_ptr<Line> > range_map_serializer_;

Completed in 426 milliseconds