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

  /external/google-breakpad/src/client/
minidump_file_writer-inl.h 45 inline bool TypedMDRVA<MDType>::Allocate() {
51 inline bool TypedMDRVA<MDType>::Allocate(size_t additional) {
57 inline bool TypedMDRVA<MDType>::AllocateArray(size_t count) {
64 inline bool TypedMDRVA<MDType>::AllocateObjectAndArray(size_t count,
72 inline bool TypedMDRVA<MDType>::CopyIndex(unsigned int index, MDType *item) {
80 inline bool TypedMDRVA<MDType>::CopyIndexAfterObject(unsigned int index,
91 inline bool TypedMDRVA<MDType>::Flush() {
minidump_file_writer.h 44 template<typename MDType> class TypedMDRVA;
53 // TypedMDRVA<MDRawHeader> header(&writer_);
62 // TypedMDRVA<MDRawHeader> header(&writer_);
145 TypedMDRVA<MDString> *mdstring);
147 TypedMDRVA<MDString> *mdstring);
206 class TypedMDRVA : public UntypedMDRVA {
209 explicit TypedMDRVA(MinidumpFileWriter *writer)
214 inline ~TypedMDRVA() {
minidump_file_writer.cc 100 TypedMDRVA<MDString> *mdstring) {
133 TypedMDRVA<MDString> *mdstring) {
172 TypedMDRVA<MDString> mdstring(this);
minidump_file_writer_unittest.cc 77 google_breakpad::TypedMDRVA<StringStructure> strings(&writer);
86 google_breakpad::TypedMDRVA<ArrayStructure> array(&writer);
98 google_breakpad::TypedMDRVA<ObjectAndArrayStructure> obj_array(&writer);
  /external/google-breakpad/src/client/solaris/handler/
minidump_generator.cc 247 TypedMDRVA<MDRawContextSPARC> context(minidump_writer);
261 TypedMDRVA<MDRawContextX86> context(minidump_writer);
286 TypedMDRVA<MDRawContextSPARC> context(minidump_writer);
301 TypedMDRVA<MDRawContextX86> context(minidump_writer);
384 TypedMDRVA<MDRawThreadList> *list;
428 TypedMDRVA<MDRawThreadList> list(minidump_writer);
451 TypedMDRVA<MDCVInfoPDB70> cv(minidump_writer);
494 TypedMDRVA<MDRawModuleList> *list;
541 TypedMDRVA<MDRawModuleList> list(minidump_writer);
564 TypedMDRVA<MDRawSystemInfo> sys_info(minidump_writer)
    [all...]
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.cc 222 TypedMDRVA<MDRawHeader> header(&writer_);
223 TypedMDRVA<MDRawDirectory> dir(&writer_);
470 TypedMDRVA<MDRawContextARM> context(&writer_);
528 TypedMDRVA<MDRawContextARM64> context(&writer_);
619 TypedMDRVA<MDRawContextPPC> context(&writer_);
685 TypedMDRVA<MDRawContextPPC64> context(&writer_);
788 TypedMDRVA<MDRawContextX86> context(&writer_);
828 TypedMDRVA<MDRawContextAMD64> context(&writer_);
970 TypedMDRVA<MDRawThreadList> list(&writer_);
1011 TypedMDRVA<MDRawMemoryList> list(&writer_)
    [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 100 using google_breakpad::TypedMDRVA;
173 TypedMDRVA<MDRawHeader> header(&minidump_writer_);
174 TypedMDRVA<MDRawDirectory> dir(&minidump_writer_);
293 TypedMDRVA<uint32_t> list(&minidump_writer_);
377 TypedMDRVA<RawContextCPU> cpu(&minidump_writer_);
403 TypedMDRVA<RawContextCPU> cpu(&minidump_writer_);
495 TypedMDRVA<uint32_t> list(&minidump_writer_);
591 TypedMDRVA<uint32_t> list(&minidump_writer_);
616 TypedMDRVA<MDRawExceptionStream> exc(&minidump_writer_);
633 TypedMDRVA<MDRawSystemInfo> si(&minidump_writer_)
    [all...]

Completed in 257 milliseconds