record.h | 138 uint16_t misc; member in struct:RecordHeader 141 RecordHeader() : type(0), misc(0), size(0) {} 147 misc = pheader->misc; 152 misc = 0; 161 pheader->misc = misc; 167 CHECK_EQ(misc, 0u); 230 uint16_t misc() const { return header.misc; } function in struct:Record [all...] |