Lines Matching refs:Dump
40 Section::Section(const Dump &dump) in Section()
55 SystemInfo::SystemInfo(const Dump &dump, in SystemInfo()
114 String::String(const Dump &dump, const string &contents) : Section(dump) { in String()
129 Context::Context(const Dump &dump, const MDRawContextX86 &context) in Context()
179 Context::Context(const Dump &dump, const MDRawContextARM &context) in Context()
198 Context::Context(const Dump &dump, const MDRawContextMIPS &context) in Context()
234 Thread::Thread(const Dump &dump, in Thread()
248 Module::Module(const Dump &dump, in Module()
297 Exception::Exception(const Dump &dump, in Exception()
318 Dump::Dump(uint64_t flags, in Dump() function in google_breakpad::SynthMinidump::Dump
340 Dump &Dump::Add(SynthMinidump::Section *section) { in Add()
346 Dump &Dump::Add(Stream *stream) { in Add()
353 Dump &Dump::Add(Memory *memory) { in Add()
365 Dump &Dump::Add(Thread *thread) { in Add()
370 Dump &Dump::Add(Module *module) { in Add()
375 void Dump::Finish() { in Finish()