Searched defs:FieldState (Results 1 – 2 of 2) sorted by relevance
158 struct FieldState struct160 unsigned offset;162 unsigned fieldOffset;163 unsigned fieldSize;164 unsigned fieldAlign;165 unsigned bitOffset;167 bool inFlight;
227 struct FieldState struct229 uint offset; /// byte offset for next field231 uint fieldOffset; /// byte offset for the start of the bit field232 uint fieldSize; /// byte size of field233 uint fieldAlign; /// byte alignment of field234 uint bitOffset; /// bit offset for field236 bool inFlight; /// bit field is in flight