Searched refs:LayoutMap (Results 1 – 2 of 2) sorted by relevance
198 LayoutMap = nullptr; in reset()712 delete static_cast<StructLayoutMap *>(LayoutMap); in clear()713 LayoutMap = nullptr; in clear()721 if (!LayoutMap) in getStructLayout()722 LayoutMap = new StructLayoutMap(); in getStructLayout()724 StructLayoutMap *STM = static_cast<StructLayoutMap*>(LayoutMap); in getStructLayout()
161 mutable void *LayoutMap = nullptr; variable