Searched refs:LayoutMap (Results 1 – 2 of 2) sorted by relevance
183 LayoutMap = nullptr; in reset()670 delete static_cast<StructLayoutMap *>(LayoutMap); in clear()671 LayoutMap = nullptr; in clear()679 if (!LayoutMap) in getStructLayout()680 LayoutMap = new StructLayoutMap(); in getStructLayout()682 StructLayoutMap *STM = static_cast<StructLayoutMap*>(LayoutMap); in getStructLayout()
170 mutable void *LayoutMap = nullptr; variable