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

  /external/google-breakpad/src/processor/
module_serializer.h 118 AddressMapSerializer<MemAddr, linked_ptr<PublicSymbol> > pubsym_serializer_; member in class:google_breakpad::ModuleSerializer
module_serializer.cc 61 map_sizes_[map_index++] = pubsym_serializer_.SizeOf(module.public_symbols_);
93 dest = pubsym_serializer_.Write(module.public_symbols_, dest);

Completed in 172 milliseconds