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

  /external/google-breakpad/src/processor/
address_map.h 46 template<class, class> class AddressMapSerializer;
71 friend class AddressMapSerializer<AddressType, EntryType>;
module_serializer.h 118 AddressMapSerializer<MemAddr, linked_ptr<PublicSymbol> > pubsym_serializer_;
map_serializers.h 76 // AddressMapSerializer allocates memory and serializes an AddressMap into a
79 class AddressMapSerializer {
102 // AddressMapSerializer is a simple wrapper of StdMapSerializer, just as
map_serializers_unittest.cc 136 google_breakpad::AddressMapSerializer<AddrType, EntryType> serializer_;
static_address_map_unittest.cc 151 google_breakpad::AddressMapSerializer<int, string> serializer;

Completed in 7301 milliseconds