| 3006 | } |
| 3007 | |
| 3008 | void ImGuiStorage::SetAllInt(int v) |
| 3009 | { |
| 3010 | for (int i = 0; i < Data.Size; i++) |
| 3011 | Data[i].val_i = v; |
| 3012 | } |
| 3013 | IM_MSVC_RUNTIME_CHECKS_RESTORE |
| 3014 | |
| 3015 | //----------------------------------------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected