Offset in parent structure
| 980 | ImU32 Count; // 1+ |
| 981 | ImU32 Offset; // Offset in parent structure |
| 982 | void* GetVarPtr(void* parent) const { return (void*)((unsigned char*)parent + Offset); } |
| 983 | }; |
| 984 | |
| 985 | struct ImGuiDataTypeTempStorage |
no outgoing calls
no test coverage detected