Searched refs:MDType (Results 1 – 3 of 3) sorted by relevance
44 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 …]
44 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_;
302 } MDType; /* MINIDUMP_TYPE */ typedef