Home | History | Annotate | Download | only in windows

Lines Matching refs:length

59   // The length of the original untransformed image.
68 DWORD length;
70 AddressRange() : rva(0), length(0) { }
71 AddressRange(DWORD rva, DWORD length) : rva(rva), length(length) { }
74 DWORD end() const { return rva + length; }
84 return rva == rhs.rva && length == rhs.length;
98 // The length of the address range.
99 DWORD length;
103 // a record of its length here.