Searched defs:HandleTableEntry (Results 1 – 1 of 1) sorted by relevance
166 struct HandleTableEntry { struct167 int32_t type; // From |Dispatcher::Type| (|kTypeUnknown| for "invalid").168 uint32_t offset; // Relative to the start of the "secondary buffer".169 uint32_t size; // (Not including any padding.)170 uint32_t unused;