Searched refs:LayoutMap (Results 1 – 2 of 2) sorted by relevance
183 LayoutMap = nullptr; in reset()580 delete static_cast<StructLayoutMap *>(LayoutMap); in clear()581 LayoutMap = nullptr; in clear()589 if (!LayoutMap) in getStructLayout()590 LayoutMap = new StructLayoutMap(); in getStructLayout()592 StructLayoutMap *STM = static_cast<StructLayoutMap*>(LayoutMap); in getStructLayout()
160 mutable void *LayoutMap = nullptr; variable