Searched defs:ImVector (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ | ||
| H A D | imgui.h | 1175 struct ImVector struct 1187 inline ImVector() { Size = Capacity = 0; Data = NULL; } function in struct:ImVector 1188 inline ImVector(const ImVector<T>& src) { Size = Capacity = 0; Data = NULL; operator=(src); } function in struct:ImVector [all...] |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ | ||
| H A D | imgui.h | 1175 struct ImVector struct 1187 inline ImVector() { Size = Capacity = 0; Data = NULL; } function in struct:ImVector 1188 inline ImVector(const ImVector<T>& src) { Size = Capacity = 0; Data = NULL; operator=(src); } function in struct:ImVector [all...] |
Completed in 12 milliseconds