Home
last modified time | relevance | path

Searched refs:MDType (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/client/
Dminidump_file_writer-inl.h44 template<typename MDType>
45 inline bool TypedMDRVA<MDType>::Allocate() { in Allocate()
47 return UntypedMDRVA::Allocate(minidump_size<MDType>::size()); in Allocate()
50 template<typename MDType>
51 inline bool TypedMDRVA<MDType>::Allocate(size_t additional) { in Allocate()
53 return UntypedMDRVA::Allocate(minidump_size<MDType>::size() + additional); in Allocate()
56 template<typename MDType>
57 inline bool TypedMDRVA<MDType>::AllocateArray(size_t count) { in AllocateArray()
60 return UntypedMDRVA::Allocate(minidump_size<MDType>::size() * count); in AllocateArray()
63 template<typename MDType>
[all …]
Dminidump_file_writer.h44 template<typename MDType> class TypedMDRVA;
205 template<typename MDType>
223 MDType *get() { return &data_; } in get()
248 bool CopyIndex(unsigned int index, MDType *item);
266 MDType data_;
/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h302 } MDType; /* MINIDUMP_TYPE */ typedef