Home
last modified time | relevance | path

Searched refs:MDType (Results 1 – 4 of 4) 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/scapy/scapy/contrib/
Dnsh.py66 adjust=lambda pkt, x: 6 if pkt.MDType == 1 else x + 2),
76 ConditionalField(XIntField('NPC', 0), lambda pkt: pkt.MDType == 1),
77 ConditionalField(XIntField('NSC', 0), lambda pkt: pkt.MDType == 1),
78 ConditionalField(XIntField('SPC', 0), lambda pkt: pkt.MDType == 1),
79 ConditionalField(XIntField('SSC', 0), lambda pkt: pkt.MDType == 1),
82 lambda pkt: pkt.MDType == 2)
/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h302 } MDType; /* MINIDUMP_TYPE */ typedef